|
|
| version 1.1, 2004/08/01 05:31:32 | version 1.3, 2004/08/08 09:12:06 |
|---|---|
| Line 24 void dialog_x1f(HWND hWnd) { | Line 24 void dialog_x1f(HWND hWnd) { |
| check = FALSE; | check = FALSE; |
| file_cpyname(path, bmpfilefolder, NELEMENTS(path)); | file_cpyname(path, bmpfilefolder, NELEMENTS(path)); |
| file_cutname(path); | file_cutname(path); |
| file_catname(path, x1fui_file, sizeof(path)); | file_catname(path, x1fui_file, NELEMENTS(path)); |
| if ((dlgs_selectwritenum(hWnd, &x1fui, path, NELEMENTS(path))) && | if ((dlgs_selectwritenum(hWnd, &x1fui, path, NELEMENTS(path))) && |
| (x1f_open(path) == SUCCESS)) { | (x1f_open(path) == SUCCESS)) { |
| file_cpyname(bmpfilefolder, path, NELEMENTS(bmpfilefolder)); | file_cpyname(bmpfilefolder, path, NELEMENTS(bmpfilefolder)); |
| sysmng_update(SYS_UPDATEOSCFG); | sysmng_update(SYS_UPDATEOSCFG); |
| check = TRUE; | check = TRUE; |
| } | } |
| xmenu_opmlog(check); | menu_opmlog(check); |
| } | } |
| #endif | #endif |