|
|
| version 1.12, 2004/06/25 10:39:27 | version 1.14, 2005/02/07 14:46:09 |
|---|---|
| Line 277 static void dlginit(void) { | Line 277 static void dlginit(void) { |
| char sjis[MAX_PATH]; | char sjis[MAX_PATH]; |
| #endif | #endif |
| menudlg_appends(res_fs, sizeof(res_fs)/sizeof(MENUPRM)); | menudlg_appends(res_fs, NELEMENTS(res_fs)); |
| menudlg_seticon(DID_PARENT, MICON_FOLDERPARENT); | menudlg_seticon(DID_PARENT, MICON_FOLDERPARENT); |
| #if defined(OSLANG_EUC) | #if defined(OSLANG_EUC) |
| codecnv_euc2sjis(sjis, sizeof(sjis), | codecnv_euc2sjis(sjis, sizeof(sjis), |
| 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; |