mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix errors that became apparant when feature flags turned on and
stopped building wince resources with _WIN32_WCE on.
This commit is contained in:
parent
8332e6746b
commit
3ad2b8e38e
1 changed files with 13 additions and 10 deletions
|
@ -66,6 +66,7 @@ END
|
|||
// Menubar
|
||||
//
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
IDM_MENU RCDATA
|
||||
BEGIN
|
||||
IDM_MENU, 3,
|
||||
|
@ -83,6 +84,7 @@ BEGIN
|
|||
IDS_MOVE, 0, 2
|
||||
|
||||
END
|
||||
#endif
|
||||
|
||||
IDM_MENU MENU DISCARDABLE
|
||||
BEGIN
|
||||
|
@ -117,7 +119,7 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "H&int", ID_MOVE_HINT
|
||||
#ifdef XWFEATURE_SEARCHLIMIT
|
||||
MENUITEM "Limited hint (&c)" ID_MOVE_LIMITEDHINT
|
||||
MENUITEM "Limited hint (&c)", ID_MOVE_LIMITEDHINT
|
||||
MENUITEM SEPARATOR
|
||||
#endif
|
||||
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
||||
|
@ -474,6 +476,7 @@ END
|
|||
// Editor for individual colors
|
||||
//
|
||||
#ifdef MY_COLOR_SEL
|
||||
|
||||
# define CLRELABEL_COL 3
|
||||
# define CLREEDIT_COL 28
|
||||
# define CLRESLIDER_COL 45
|
||||
|
|
Loading…
Add table
Reference in a new issue