diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-08-08 15:14:52 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-08-08 15:14:52 -0400 |
commit | 4cc3c2c26ad9657407b7e130896a231f693c16f9 (patch) | |
tree | 94456199e2aa5825575aadf804ef10a5a970f0ba /menus.c | |
parent | 3b75e6ea95e96d470ba465ae07f2d2764e2cfa61 (diff) |
rename ab_mode_allowed to pw_ab_mode_enabled
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1296,7 +1296,7 @@ static void Submenu_Display(int change_selection) Submenu_max_entry=0; Submenu_Structure[0]=mode_pw_norm; - if (globals.ChannelState[channel].trigger_source==source_external && (globals.Flash.ab_mode_allowed[channel])) { + if (globals.ChannelState[channel].trigger_source==source_external && (globals.Flash.pw_ab_mode_enabled[channel])) { Submenu_max_entry=1; Submenu_Structure[1]=mode_pw_inout; } else if (globals.ChannelState[channel].trigger_source==source_internal && (globals.Flash.dc_mode_allowed[channel])) { |