|
|
| version 1.7, 2004/02/18 03:24:49 | version 1.8, 2004/07/15 13:48:40 |
|---|---|
| Line 480 BOOL sysmenu_create(void) { | Line 480 BOOL sysmenu_create(void) { |
| if (menusys_create(s_main, sys_cmd, MICON_NP2, str_np2)) { | if (menusys_create(s_main, sys_cmd, MICON_NP2, str_np2)) { |
| goto smcre_err; | goto smcre_err; |
| } | } |
| #if defined(SIZE_QVGA) | #if defined(SUPPORT_SOFTKBD) |
| menusys_setstyle(MENUSTYLE_BOTTOM); | menusys_setstyle(MENUSTYLE_BOTTOM); |
| #endif | #endif |
| return(SUCCESS); | return(SUCCESS); |