Changeset 6ac84d8 for app/src/gue/common_guess.cc
- Timestamp:
- 05/09/08 12:42:32 (17 years ago)
- Branches:
- master, help
- Children:
- 19760ef
- Parents:
- 3748bd1
- git-author:
- obrebski <obrebski@…> (05/09/08 12:42:32)
- git-committer:
- obrebski <obrebski@…> (05/09/08 12:42:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/gue/common_guess.cc
r40358d2 r6ac84d8 26 26 char buf[255]; 27 27 expand_path(args->dictionary_home_arg, buf); 28 sprintf(dictionary,"%s/%s/ lem.bin",buf,args->language_arg);28 sprintf(dictionary,"%s/%s/gue.bin",buf,args->language_arg); 29 29 if(file_accessible(dictionary)!=0) 30 30 {
Note: See TracChangeset
for help on using the changeset viewer.