File gjiten.patch of Package gjiten
diff -ru gjiten-2.5.20060907.orig/po/de.po gjiten-2.5.20060907/po/de.po
--- gjiten-2.5.20060907.orig/po/de.po 2006-04-09 22:02:28.000000000 +0200
+++ gjiten-2.5.20060907/po/de.po 2006-09-07 17:35:15.000000000 +0200
@@ -132,10 +132,8 @@
msgstr "Wörterbuch"
#: ../data/gjiten-settings.glade.h:28
-msgid "_Antialiasing [GDK__USE__XFT=1] (might not work with Japanese)"
-msgstr ""
-"_Anti-Aliasing [GDK__USE__XFT=1](funktioniert möglicherweise nicht mit "
-"japanischen Schriften)"
+msgid "_Antialiasing [GDK__USE__XFT=1]"
+msgstr "_Anti-Aliasing [GDK__USE__XFT=1]"
#: ../data/gjiten-settings.glade.h:29
msgid "_English interface [LANGUAGE=C]"
diff -ru gjiten-2.5.20060907.orig/po/ja.po gjiten-2.5.20060907/po/ja.po
--- gjiten-2.5.20060907.orig/po/ja.po 2006-04-09 22:11:14.000000000 +0200
+++ gjiten-2.5.20060907/po/ja.po 2006-09-07 17:34:53.000000000 +0200
@@ -137,9 +137,9 @@
msgstr "単語辞典"
#: ../data/gjiten-settings.glade.h:28
-msgid "_Antialiasing [GDK__USE__XFT=1] (might not work with Japanese)"
+msgid "_Antialiasing [GDK__USE__XFT=1]"
msgstr ""
-"アンチエイリアスを掛ける(_A) [GDK__USE__XFT=1] (文字化けの可能性があります)"
+"アンチエイリアスを掛ける(_A) [GDK__USE__XFT=1]"
#: ../data/gjiten-settings.glade.h:29
msgid "_English interface [LANGUAGE=C]"
diff -ru gjiten-2.5.20060907.orig/src/conf.c gjiten-2.5.20060907/src/conf.c
--- gjiten-2.5.20060907.orig/src/conf.c 2005-12-10 22:39:45.000000000 +0100
+++ gjiten-2.5.20060907/src/conf.c 2006-09-07 17:35:55.000000000 +0200
@@ -64,8 +64,8 @@
conf->kdiccfg[CREF] = TRUE;
conf->toolbar = TRUE;
conf->menubar = TRUE;
- conf->force_ja_JP = TRUE;
- conf->force_language_c = TRUE;
+ conf->force_ja_JP = FALSE;
+ conf->force_language_c = FALSE;
if (conf->kanjidic == NULL) conf->kanjidic = g_new0(GjitenDicfile, 1);
conf->kanjidic->path = GJITEN_DICDIR"/kanjidic";
conf->dictpath = GJITEN_DICDIR;
diff -ru gjiten-2.5.20060907.orig/src/constants.h gjiten-2.5.20060907/src/constants.h
--- gjiten-2.5.20060907.orig/src/constants.h 2005-12-10 22:39:45.000000000 +0100
+++ gjiten-2.5.20060907/src/constants.h 2006-09-07 17:38:06.000000000 +0200
@@ -1,14 +1,14 @@
#ifndef __CONSTANTS_H__
#define __CONSTANTS_H__
-#define DEFWORDFONTNAME "-*-fixed-medium-r-normal-*-14-*-*-*-*-*-jisx0208.1983-0"
-#define DEFBIGFONTNAME "-*-fixed-medium-r-normal-*-24-*-*-*-*-*-jisx0208.1983-0";
+#define DEFWORDFONTNAME "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-jisx0208.1983-0"
+#define DEFBIGFONTNAME "-*-fixed-medium-r-normal-*-24-*-*-*-*-*-jisx0208.1983-0"
#define DEFMAXWORDMATCHES 100
#define MAXDICFILES 100
#define VINFL_FILENAME GJITEN_DATADIR"/vconj.utf8"
#define RADKFILE_NAME GJITEN_DATADIR"/radkfile.utf8"
-#define GJITEN_DICDIR GJITEN_DATADIR"/dics"
+#define GJITEN_DICDIR "/usr/share/edict"
#define GCONF_ROOT "/apps/gjiten"
#define GCONF_PATH_GENERAL GCONF_ROOT"/general"