mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
ifdef code requiring ifdef'd constant
This commit is contained in:
parent
1133b1d694
commit
8d3c4d490a
1 changed files with 2 additions and 1 deletions
|
@ -369,9 +369,10 @@ showHidePrefsWidgets( PalmAppGlobals* globals, FormPtr form )
|
|||
if ( !global ) {
|
||||
Boolean on = getBooleanCtrl( XW_PREFS_TIMERON_CHECKBOX_ID );
|
||||
disOrEnable( form, XW_PREFS_TIMER_FIELD_ID, on );
|
||||
|
||||
#ifdef FEATURE_TRAY_EDIT
|
||||
on = getBooleanCtrl( XW_PREFS_SEETILES_CHECKBOX_ID );
|
||||
disOrEnable( form, XW_PREFS_SEETILESROBOT_CHECKBOX_ID, on );
|
||||
#endif
|
||||
}
|
||||
} /* showHidePrefsWidgets */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue