Changeset 1865
- Timestamp:
- 05/26/12 09:57:34 (12 months ago)
- Location:
- trunk
- Files:
-
- 19 edited
-
core/conf.c (modified) (1 diff)
-
core/games/gui_games.c (modified) (1 prop)
-
core/games/gui_sudoku.c (modified) (1 prop)
-
core/gps.c (modified) (1 prop)
-
core/gps.h (modified) (1 prop)
-
core/gps_math.c (modified) (1 prop)
-
core/gps_math.h (modified) (1 prop)
-
core/gps_palette.h (modified) (1 prop)
-
core/gui_osd_edit.c (modified) (1 prop)
-
core/gui_tbox.c (modified) (2 diffs, 1 prop)
-
core/gui_tbox.h (modified) (1 prop)
-
core/gui_user_menu.c (modified) (1 prop)
-
core/gui_user_menu.h (modified) (1 prop)
-
core/modules/module_inspector.c (modified) (2 diffs)
-
core/zebra.h (modified) (1 prop)
-
include/dryos23.h (modified) (1 prop)
-
include/dryos31.h (modified) (1 prop)
-
include/stdlib_unified.h (modified) (1 prop)
-
include/vxworks.h (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/conf.c
r1830 r1865 194 194 CONF_INFO( 63, conf.alt_mode_button, CONF_DEF_VALUE, i:KEY_PRINT, conf_change_alt_mode_button), 195 195 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-DE199 196 CONF_INFO( 65, conf.font_cp, CONF_DEF_VALUE, i:FONT_CP_WIN_1252, conf_change_font_cp), 200 #endif201 197 CONF_INFO( 66, conf.menu_rbf_file, CONF_CHAR_PTR, ptr:"", conf_change_menu_rbf_file), 202 198 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 81 81 {"abcdef","ghijkl","mnopqrs","tuvwxyz"}, 82 82 {"123","456","789","0+-=/"}, 83 {".,:;?!","@#$%^& ","()[]{}","<>\"'`~"},83 {".,:;?!","@#$%^&£","()[]{}","<>\"'`~_"}, 84 84 {0} 85 85 }; … … 90 90 {"abcdef","ghijkl","mnopqrs","tuvwxyz"}, 91 91 {"123","456","789","0+-=/"}, 92 {".,:;?!","@#$%^& ","()[]{}","<>\"'`~"},92 {".,:;?!","@#$%^&£","()[]{}","<>\"'`~_"}, 93 93 {"ÄÖÜ","äöüß","§µ","°²³"}, 94 94 {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 104 104 module_async_unload_allrunned(0); 105 105 gui_set_mode(modinspect_old_guimode); // if core gui - return to it 106 draw_restore(); 106 107 } 107 108 modinspect_redraw=2; … … 133 134 void gui_module_menu_kbd_process() { 134 135 gui_set_mode(modinspect_old_guimode); 136 draw_restore(); 135 137 module_async_unload(module_idx); 136 138 } -
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.