diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /textproc/stardict3/files/patch-src::conf.cpp | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes:
svn path=/head/; revision=207820
svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'textproc/stardict3/files/patch-src::conf.cpp')
-rw-r--r-- | textproc/stardict3/files/patch-src::conf.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/stardict3/files/patch-src::conf.cpp b/textproc/stardict3/files/patch-src::conf.cpp deleted file mode 100644 index 1c6dd3846df6..000000000000 --- a/textproc/stardict3/files/patch-src::conf.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/conf.cpp.orig Mon Jul 10 05:23:39 2006 -+++ src/conf.cpp Mon Jul 10 05:24:36 2006 -@@ -93,7 +93,7 @@ - #ifdef _WIN32 - add_entry("/apps/stardict/preferences/dictionary/tts_path", std::string("C:\\Program Files\\WyabdcRealPeopleTTS\nC:\\Program Files\\OtdRealPeopleTTS\nWyabdcRealPeopleTTS\nOtdRealPeopleTTS")); - #else -- add_entry("/apps/stardict/preferences/dictionary/tts_path", std::string("/usr/share/WyabdcRealPeopleTTS\n/usr/share/OtdRealPeopleTTS")); -+ add_entry("/apps/stardict/preferences/dictionary/tts_path", std::string("/usr/local/share/WyabdcRealPeopleTTS\n/usr/local/share/OtdRealPeopleTTS")); - #endif - add_entry("/apps/stardict/preferences/dictionary/history", get_default_history_filename()); - add_entry("/apps/stardict/preferences/dictionary/only_export_word", true); |