mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix compile error when FIVEWAY not on.
This commit is contained in:
parent
c06df68133
commit
09598e1290
1 changed files with 2 additions and 0 deletions
|
@ -173,9 +173,11 @@ frmObjId_2str( XP_U16 id )
|
|||
CASESTR( XW_PREFS_TIMER_FIELD_ID );
|
||||
CASESTR( XW_PREFS_PICKTILES_CHECKBOX_ID );
|
||||
CASESTR( XW_PREFS_HINTRECT_CHECKBOX_ID );
|
||||
#ifdef XWFEATURE_FIVEWAY
|
||||
CASESTR( XW_BOARD_GADGET_ID );
|
||||
CASESTR( XW_SCOREBOARD_GADGET_ID );
|
||||
CASESTR( XW_TRAY_GADGET_ID );
|
||||
#endif
|
||||
CASESTR( XW_PREFS_PHONIES_LIST_ID );
|
||||
CASESTR( XW_PREFS_BDSIZE_LIST_ID );
|
||||
CASESTR( XW_PREFS_CANCEL_BUTTON_ID );
|
||||
|
|
Loading…
Add table
Reference in a new issue