Changeset 1865


Ignore:
Timestamp:
05/26/12 09:57:34 (12 months ago)
Author:
philmoz
Message:

Updates:

Location:
trunk
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/conf.c

    r1830 r1865  
    194194    CONF_INFO( 63, conf.alt_mode_button,        CONF_DEF_VALUE, i:KEY_PRINT, conf_change_alt_mode_button), 
    195195    CONF_INFO( 64, conf.lang_file,              CONF_CHAR_PTR,   ptr:"", NULL), 
    196 #if defined(VER_CHDK) 
    197     CONF_INFO( 65, conf.font_cp,                    CONF_DEF_VALUE,     i:FONT_CP_WIN_1251, conf_change_font_cp), 
    198 #else   // CHDK-DE 
    199196    CONF_INFO( 65, conf.font_cp,                    CONF_DEF_VALUE,     i:FONT_CP_WIN_1252, conf_change_font_cp), 
    200 #endif 
    201197    CONF_INFO( 66, conf.menu_rbf_file,          CONF_CHAR_PTR,   ptr:"", conf_change_menu_rbf_file), 
    202198    CONF_INFO( 67, conf.alt_prevent_shutdown,   CONF_DEF_VALUE, i:ALT_PREVENT_SHUTDOWN_ALT, conf_update_prevent_shutdown), 
  • trunk/core/games/gui_games.c

    • Property svn:eol-style set to native
  • trunk/core/games/gui_sudoku.c

    • Property svn:eol-style set to native
  • trunk/core/gps.c

    • Property svn:eol-style set to native
  • trunk/core/gps.h

    • Property svn:eol-style set to native
  • trunk/core/gps_math.c

    • Property svn:eol-style set to native
  • trunk/core/gps_math.h

    • Property svn:eol-style set to native
  • trunk/core/gps_palette.h

    • Property svn:eol-style set to native
  • trunk/core/gui_osd_edit.c

    • Property svn:eol-style set to native
  • trunk/core/gui_tbox.c

    • Property svn:eol-style set to native
    r1676 r1865  
    8181        {"abcdef","ghijkl","mnopqrs","tuvwxyz"}, 
    8282        {"123","456","789","0+-=/"}, 
    83         {".,:;?!","@#$%^&","()[]{}","<>\"'`~"}, 
     83        {".,:;?!","@#$%^&£","()[]{}","<>\"'`~_"}, 
    8484        {0} 
    8585    }; 
     
    9090        {"abcdef","ghijkl","mnopqrs","tuvwxyz"}, 
    9191        {"123","456","789","0+-=/"}, 
    92         {".,:;?!","@#$%^&","()[]{}","<>\"'`~"}, 
     92        {".,:;?!","@#$%^&£","()[]{}","<>\"'`~_"}, 
    9393        {"ÄÖÜ","äöüß","€§µ","°²³"}, 
    9494        {0} 
  • trunk/core/gui_tbox.h

    • Property svn:eol-style set to native
  • trunk/core/gui_user_menu.c

    • Property svn:eol-style set to native
  • trunk/core/gui_user_menu.h

    • Property svn:eol-style set to native
  • trunk/core/modules/module_inspector.c

    r1569 r1865  
    104104                module_async_unload_allrunned(0); 
    105105        gui_set_mode(modinspect_old_guimode);   // if core gui - return to it 
     106        draw_restore(); 
    106107    } 
    107108    modinspect_redraw=2; 
     
    133134void gui_module_menu_kbd_process() { 
    134135        gui_set_mode(modinspect_old_guimode); 
     136        draw_restore(); 
    135137        module_async_unload(module_idx); 
    136138} 
  • trunk/core/zebra.h

    • Property svn:eol-style set to native
  • trunk/include/dryos23.h

    • Property svn:eol-style set to native
  • trunk/include/dryos31.h

    • Property svn:eol-style set to native
  • trunk/include/stdlib_unified.h

    • Property svn:eol-style set to native
  • trunk/include/vxworks.h

    • Property svn:eol-style set to native
Note: See TracChangeset for help on using the changeset viewer.