diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/dict/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dict/utils.c b/src/cmd/dict/utils.c index b5baab92..ef03f668 100644 --- a/src/cmd/dict/utils.c +++ b/src/cmd/dict/utils.c @@ -8,7 +8,7 @@ Dict dicts[] = { "#9/dict/oed2", "#9/dict/oed2index", oednextoff, oedprintentry, oedprintkey}, {"ahd", "American Heritage Dictionary, 2nd College Ed.", - "ahd/DICT.DB", "ahd/index", + "#9/dict/ahd/DICT.DB", "#9/dict/ahd/index", ahdnextoff, ahdprintentry, ahdprintkey}, {"pgw", "Project Gutenberg Webster Dictionary", "#9/dict/pgw", "#9/dict/pgwindex", |