| version 1.11, 2004/06/21 03:18:04 | version 1.13, 2004/06/28 12:31:32 | 
| Line 29  static const char str_filetype[] =    // | Line 29  static const char str_filetype[] =    // | 
 | "\203\164\203\100\203\103\203\213\202\314\216\355\227\336"; | "\203\164\203\100\203\103\203\213\202\314\216\355\227\336"; | 
 | static const char str_open[] =                                  // 開く | static const char str_open[] =                                  // 開く | 
 | "\212\112\202\255"; | "\212\112\202\255"; | 
| #elif defined(OSLANG_EUC) | #elif defined(OSLANG_EUC) && !defined(RESOURCE_US) | 
 | static const char str_dirname[] =                               // ファイルの場所 | static const char str_dirname[] =                               // ファイルの場所 | 
 | "\245\325\245\241\245\244\245\353\244\316\276\354\275\352"; | "\245\325\245\241\245\244\245\353\244\316\276\354\275\352"; | 
 | static const char str_filename[] =                              // ファイル名 | static const char str_filename[] =                              // ファイル名 | 
| Line 365  static int dlgcmd(int msg, MENUID id, lo | Line 365  static int dlgcmd(int msg, MENUID id, lo | 
 | break; | break; | 
 |  |  | 
 | case DID_FLIST: | case DID_FLIST: | 
| dlgflist(); | if (param) { | 
|  | return(dlgcmd(DLGMSG_COMMAND, DID_OK, 0)); | 
|  | } | 
|  | else { | 
|  | dlgflist(); | 
|  | } | 
 | break; | break; | 
 | } | } | 
 | break; | break; |