Changeset 495 for branches/juciphox/core/gui.c
- Timestamp:
- 08/31/08 21:53:23 (5 years ago)
- Files:
-
- 1 modified
-
branches/juciphox/core/gui.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/juciphox/core/gui.c
r487 r495 504 504 {0} 505 505 }; 506 static CMenu operation_submenu = {0x2 0,LANG_MENU_OPERATION_PARAM_TITLE, NULL, operation_submenu_items };506 static CMenu operation_submenu = {0x21,LANG_MENU_OPERATION_PARAM_TITLE, NULL, operation_submenu_items }; 507 507 508 508 static CMenuItem edge_overlay_submenu_items[] = { … … 522 522 {0x0,(int)grid_title, MENUITEM_TEXT }, 523 523 {0x0,(int)"", MENUITEM_SEPARATOR }, 524 {0x 4c,LANG_MENU_GRID_FORCE_COLOR, MENUITEM_BOOL, &conf.grid_force_color },524 {0x5c,LANG_MENU_GRID_FORCE_COLOR, MENUITEM_BOOL, &conf.grid_force_color }, 525 525 {0x65,LANG_MENU_GRID_COLOR_LINE, MENUITEM_COLOR_FG, (int*)&conf.grid_color }, 526 526 {0x65,LANG_MENU_GRID_COLOR_FILL, MENUITEM_COLOR_BG, (int*)&conf.grid_color },