summaryrefslogtreecommitdiff
path: root/setup/anthyprefs.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup/anthyprefs.py.in')
-rw-r--r--setup/anthyprefs.py.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index f2a3b64..a685da1 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -1070,12 +1070,12 @@ _config = {
},
'dict': {
- 'zipcode': ['@ANTHY_ZIPCODE_FILE@'],
+ 'zipcode': ['@pkgdatadir@/dicts/zipcode.t'],
'symbol': ['@pkgdatadir@/dicts/symbol.t'],
'oldchar': ['@pkgdatadir@/dicts/oldchar.t'],
'era': ['@pkgdatadir@/dicts/era.t'],
'files': [
- '@ANTHY_ZIPCODE_FILE@',
+ '@pkgdatadir@/dicts/zipcode.t',
'@pkgdatadir@/dicts/symbol.t',
'@pkgdatadir@/dicts/oldchar.t',
'@pkgdatadir@/dicts/era.t',
@@ -1112,9 +1112,8 @@ _config = {
'short_label': '〒',
'long_label': N_("Zip Code Conversion"),
'preview_lines': 30,
- 'reverse': True,
+ 'reverse': False,
'is_system': True,
- 'encoding': 'euc_jp',
},
'dict/file/symbol': {