Changeset 1572
- Timestamp:
- 01/16/12 10:38:55 (17 months ago)
- Location:
- trunk/core
- Files:
-
- 2 edited
-
gui.c (modified) (1 diff)
-
module_exportlist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r1570 r1572 729 729 static const char* gui_raw_nr_modes[] = { "Auto", "Off", "On"}; 730 730 static CMenuItem raw_submenu_items[] = { 731 #if DNG_SUPPORT 731 732 MENU_ITEM(0x5c,LANG_MENU_RAW_SAVE, MENUITEM_BOOL | MENUITEM_ARG_CALLBACK, &conf.save_raw, (int)cb_change_dng ), 733 #else 734 MENU_ITEM(0x5c,LANG_MENU_RAW_SAVE, MENUITEM_BOOL | MENUITEM_ARG_CALLBACK, &conf.save_raw, 0 ), 735 #endif 732 736 MENU_ITEM(0x59,LANG_MENU_OSD_RAW_EXCEPTIONS_PARAMS, MENUITEM_SUBMENU, &raw_exceptions_submenu, 0 ), 733 737 MENU_ENUM2(0x5f,LANG_MENU_RAW_NOISE_REDUCTION, &conf.raw_nr, gui_raw_nr_modes ), -
trunk/core/module_exportlist.c
r1569 r1572 232 232 shooting_get_zoom, 233 233 shooting_set_zoom, 234 shooting_get_prop, 234 235 235 236 // for txtread.flt
Note: See TracChangeset
for help on using the changeset viewer.