Show
Ignore:
Timestamp:
08/31/08 21:53:23 (5 years ago)
Author:
phyrephox
Message:

* fixed glitch in a720 files - see  http://chdk.setepontos.com/index.php/topic,688.msg20696.html#msg20696
+ added copy command in makefile to copy CHDK for same hardwares with similar firmwares (see lenghty thread about it here:  http://chdk.setepontos.com/index.php/topic,2202.msg20540.html#msg20540
* fixes from Fudgey -  http://chdk.setepontos.com/index.php/topic,2051.msg20683.html#msg20683
* small changes in gui.c - symbols, see  http://www.wirklemms.de/chdk/forum/viewtopic.php?p=3792#3792

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/juciphox/core/gui.c

    r487 r495  
    504504     {0} 
    505505}; 
    506 static CMenu operation_submenu = {0x20,LANG_MENU_OPERATION_PARAM_TITLE, NULL, operation_submenu_items }; 
     506static CMenu operation_submenu = {0x21,LANG_MENU_OPERATION_PARAM_TITLE, NULL, operation_submenu_items }; 
    507507 
    508508static CMenuItem edge_overlay_submenu_items[] = { 
     
    522522    {0x0,(int)grid_title,                   MENUITEM_TEXT }, 
    523523    {0x0,(int)"",                           MENUITEM_SEPARATOR }, 
    524     {0x4c,LANG_MENU_GRID_FORCE_COLOR,        MENUITEM_BOOL,          &conf.grid_force_color }, 
     524    {0x5c,LANG_MENU_GRID_FORCE_COLOR,        MENUITEM_BOOL,          &conf.grid_force_color }, 
    525525    {0x65,LANG_MENU_GRID_COLOR_LINE,         MENUITEM_COLOR_FG,      (int*)&conf.grid_color }, 
    526526    {0x65,LANG_MENU_GRID_COLOR_FILL,         MENUITEM_COLOR_BG,      (int*)&conf.grid_color },