Changeset 1765 for branches/release-1_0/core/gui.c
- Timestamp:
- 03/24/12 22:08:30 (14 months ago)
- Location:
- branches/release-1_0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0
-
branches/release-1_0/core/gui.c
r1739 r1765 1496 1496 static const char* names[]={ "Disp+Set", "Display", "Playback", "Video"}; 1497 1497 static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 1498 #elif defined(CAMERA_sx150is) 1499 static const char* names[]={ "Playback", "Video", "Display" }; 1500 static const int keys[] = {KEY_PRINT, KEY_VIDEO, KEY_DISPLAY}; 1498 1501 #elif defined(CAMERA_ixus220_elph300hs) || defined(CAMERA_ixus230_elph310hs) 1499 1502 static const char* names[]={ "Video", "Display", "Playback", "Video"};
Note: See TracChangeset
for help on using the changeset viewer.