summaryrefslogtreecommitdiff
path: root/textproc/stardict3/files/patch-dict__src__conf.cpp
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-10-23 16:16:22 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-10-23 16:16:22 +0000
commitbaebbee4a7e385ed57e79290eebe983698a76741 (patch)
treed0e1d8e27484daae7d17fe0242a57eb6a5fc3717 /textproc/stardict3/files/patch-dict__src__conf.cpp
parentFix the port names of a few past KDE vulnerabilities. (diff)
Update to 3.0.3
Update WWW Remove dead link from pkg-message
Notes
Notes: svn path=/head/; revision=284195
Diffstat (limited to 'textproc/stardict3/files/patch-dict__src__conf.cpp')
-rw-r--r--textproc/stardict3/files/patch-dict__src__conf.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/stardict3/files/patch-dict__src__conf.cpp b/textproc/stardict3/files/patch-dict__src__conf.cpp
new file mode 100644
index 000000000000..31e521cc8e1d
--- /dev/null
+++ b/textproc/stardict3/files/patch-dict__src__conf.cpp
@@ -0,0 +1,11 @@
+--- ./dict/src/conf.cpp.orig 2011-07-03 06:58:40.000000000 +0000
++++ ./dict/src/conf.cpp 2011-10-20 21:40:21.491156419 +0000
+@@ -181,7 +181,7 @@
+ #if defined(CONFIG_GPE)
+ add_entry("/apps/stardict/preferences/dictionary/url_open_command", std::string("gpe-mini-browser"));
+ #else
+- add_entry("/apps/stardict/preferences/dictionary/url_open_command", std::string("firefox")); // absolute command
++ add_entry("/apps/stardict/preferences/dictionary/url_open_command", std::string("xdg-open")); // absolute command
+ #endif
+ #if defined(_WIN32) || defined(CONFIG_GNOME)
+ add_entry("/apps/stardict/preferences/dictionary/always_use_open_url_command", false);