Ignore:
Timestamp:
09/11/11 11:27:58 (21 months ago)
Author:
philmoz
Message:

Updated development branch.

Location:
branches/philmoz
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/philmoz

  • branches/philmoz/core/gui.c

    r1321 r1333  
    14001400    static const char* names[]={ "Print", "Display"}; 
    14011401    static const int keys[] = {KEY_PRINT, KEY_DISPLAY}; 
    1402 #elif defined(CAMERA_sx220hs) 
     1402#elif defined(CAMERA_sx220hs) || defined(CAMERA_sx230hs) 
    14031403    static const char* names[]={ "Disp+Set", "Display", "Playback", "Video"}; 
    14041404    static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 
Note: See TracChangeset for help on using the changeset viewer.