Ignore:
Timestamp:
03/24/12 22:08:30 (14 months ago)
Author:
reyalp
Message:

sx150 - add adjustable alt support, default is play. (from trunk r1764)

Location:
branches/release-1_0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0

    • Property svn:mergeinfo changed
      /trunkmerged: 1764
  • branches/release-1_0/core/gui.c

    r1739 r1765  
    14961496        static const char* names[]={ "Disp+Set", "Display", "Playback", "Video"}; 
    14971497        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}; 
    14981501    #elif defined(CAMERA_ixus220_elph300hs) || defined(CAMERA_ixus230_elph310hs) 
    14991502        static const char* names[]={ "Video", "Display", "Playback", "Video"}; 
Note: See TracChangeset for help on using the changeset viewer.