forked from pool/gjiten
OBS-URL: https://build.opensuse.org/package/show/Education/gjiten?expand=0&rev=13
20 lines
703 B
Diff
20 lines
703 B
Diff
---
|
|
src/constants.h | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: gjiten-gjiten-3.1/src/constants.h
|
|
===================================================================
|
|
--- gjiten-gjiten-3.1.orig/src/constants.h
|
|
+++ gjiten-gjiten-3.1/src/constants.h
|
|
@@ -3,8 +3,8 @@
|
|
|
|
#include <config.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
|
|
|