Changeset 1333 for branches/philmoz/core/gui.c
- Timestamp:
- 09/11/11 11:27:58 (21 months ago)
- Location:
- branches/philmoz
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/philmoz
-
branches/philmoz/core/gui.c
r1321 r1333 1400 1400 static const char* names[]={ "Print", "Display"}; 1401 1401 static const int keys[] = {KEY_PRINT, KEY_DISPLAY}; 1402 #elif defined(CAMERA_sx220hs) 1402 #elif defined(CAMERA_sx220hs) || defined(CAMERA_sx230hs) 1403 1403 static const char* names[]={ "Disp+Set", "Display", "Playback", "Video"}; 1404 1404 static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO};
Note: See TracChangeset
for help on using the changeset viewer.