Changeset 615 for trunk/core/gui.c
- Timestamp:
- 12/04/08 11:27:05 (5 years ago)
- File:
-
- 1 edited
-
trunk/core/gui.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r613 r615 217 217 static const char* gui_subj_dist_override_value_enum(int change, int arg); 218 218 static const char* gui_subj_dist_override_koef_enum(int change, int arg); 219 /* 219 220 static const char* gui_tv_exposure_order_enum(int change, int arg); 220 221 static const char* gui_av_exposure_order_enum(int change, int arg); 221 222 static const char* gui_iso_exposure_order_enum(int change, int arg); 223 */ 222 224 static const char* gui_nd_filter_state_enum(int change, int arg); 223 225 //static const char* gui_tv_enum(int change, int arg); … … 547 549 548 550 551 /* 549 552 static CMenuItem exposure_submenu_items[] = { 550 553 {0x59,LANG_MENU_RECALC_EXPOSURE, MENUITEM_BOOL, &conf.recalc_exposure}, … … 556 559 }; 557 560 static CMenu exposure_submenu = {0x2a,LANG_MENU_EXPOSURE_TITLE, NULL, exposure_submenu_items }; 561 */ 558 562 559 563 static CMenuItem operation_submenu_items[] = {
Note: See TracChangeset
for help on using the changeset viewer.