summaryrefslogtreecommitdiffstats
path: root/textproc/stardict2/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/stardict2/files')
-rw-r--r--textproc/stardict2/files/patch-src::conf.cpp11
-rw-r--r--textproc/stardict2/files/patch-src::docklet.h11
-rw-r--r--textproc/stardict2/files/patch-src::mainwin.h11
-rw-r--r--textproc/stardict2/files/patch-src::stardict-application-server.cpp8
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/stardict2/files/patch-src::conf.cpp b/textproc/stardict2/files/patch-src::conf.cpp
new file mode 100644
index 000000000..1c6dd3846
--- /dev/null
+++ b/textproc/stardict2/files/patch-src::conf.cpp
@@ -0,0 +1,11 @@
+--- 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);
diff --git a/textproc/stardict2/files/patch-src::docklet.h b/textproc/stardict2/files/patch-src::docklet.h
new file mode 100644
index 000000000..b2f7c9634
--- /dev/null
+++ b/textproc/stardict2/files/patch-src::docklet.h
@@ -0,0 +1,11 @@
+--- src/docklet.h.orig Tue Sep 23 18:19:44 2003
++++ src/docklet.h Tue Jan 18 02:20:01 2005
+@@ -7,7 +7,7 @@
+ enum DockLetIconType {
+ DOCKLET_NORMAL_ICON,
+ DOCKLET_SCAN_ICON,
+- DOCKLET_STOP_ICON,
++ DOCKLET_STOP_ICON
+ };
+
+ class DockLet{
diff --git a/textproc/stardict2/files/patch-src::mainwin.h b/textproc/stardict2/files/patch-src::mainwin.h
new file mode 100644
index 000000000..6f2d4d6a2
--- /dev/null
+++ b/textproc/stardict2/files/patch-src::mainwin.h
@@ -0,0 +1,11 @@
+--- src/mainwin.h.orig Tue Sep 23 18:19:44 2003
++++ src/mainwin.h Tue Jan 18 02:23:04 2005
+@@ -22,7 +22,7 @@
+ TEXT_WIN_PATTERN_NOT_FOUND,
+ TEXT_WIN_TIPS, // when the word entry is empty,it will show tip
+ TEXT_WIN_INFO,
+- TEXT_WIN_TREEDICT,
++ TEXT_WIN_TREEDICT
+ };
+
+ enum ListWinListWordType
diff --git a/textproc/stardict2/files/patch-src::stardict-application-server.cpp b/textproc/stardict2/files/patch-src::stardict-application-server.cpp
new file mode 100644
index 000000000..38f2b4416
--- /dev/null
+++ b/textproc/stardict2/files/patch-src::stardict-application-server.cpp
@@ -0,0 +1,8 @@
+--- src/stardict-application-server.cpp.orig Tue Sep 23 18:19:48 2003
++++ src/stardict-application-server.cpp Tue Jan 18 02:25:54 2005
+@@ -117,4 +117,4 @@
+ StardictApplicationServer,
+ GNOME_Stardict_Application,
+ BONOBO_TYPE_OBJECT,
+- stardict_application_server);
++ stardict_application_server)