From baebbee4a7e385ed57e79290eebe983698a76741 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 23 Oct 2011 16:16:22 +0000 Subject: Update to 3.0.3 Update WWW Remove dead link from pkg-message --- textproc/stardict3/files/patch-dict__src__conf.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/stardict3/files/patch-dict__src__conf.cpp (limited to 'textproc/stardict3/files/patch-dict__src__conf.cpp') 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); -- cgit v1.2.3