mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
name changes; add button for count-limited hint
This commit is contained in:
parent
79be685d73
commit
5c91fb7c48
1 changed files with 11 additions and 9 deletions
|
@ -72,12 +72,13 @@
|
||||||
#define XW_MAIN_HIDE_BUTTON_ID 1023
|
#define XW_MAIN_HIDE_BUTTON_ID 1023
|
||||||
#endif
|
#endif
|
||||||
#define XW_MAIN_HINT_BUTTON_ID 1024
|
#define XW_MAIN_HINT_BUTTON_ID 1024
|
||||||
#define XW_MAIN_SHOWTRAY_BUTTON_ID 1025
|
#define XW_MAIN_NHINT_BUTTON_ID 1025
|
||||||
|
#define XW_MAIN_SHOWTRAY_BUTTON_ID 1026
|
||||||
//#define XW_MAIN_OK_BUTTON_ID 1026
|
//#define XW_MAIN_OK_BUTTON_ID 1026
|
||||||
|
|
||||||
#ifdef FOR_GREMLINS
|
#ifdef FOR_GREMLINS
|
||||||
# define GREMLIN_BOARD_GADGET_IDAUTOID 1026
|
# define GREMLIN_BOARD_GADGET_IDAUTOID 1027
|
||||||
# define GREMLIN_TRAY_GADGET_IDAUTOID 1027
|
# define GREMLIN_TRAY_GADGET_IDAUTOID 1028
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* File menu */
|
/* File menu */
|
||||||
|
@ -251,8 +252,8 @@
|
||||||
#define XW_PREFS_TIMERON_CHECKBOX_ID 2721
|
#define XW_PREFS_TIMERON_CHECKBOX_ID 2721
|
||||||
#define XW_PREFS_TIMER_FIELD_ID 2722
|
#define XW_PREFS_TIMER_FIELD_ID 2722
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
#ifdef FEATURE_TRAY_EDIT
|
||||||
# define XW_PREFS_SEETILES_CHECKBOX_ID 2723
|
# define XW_PREFS_ENABLEPICKTILES_CHECKBOX_ID 2723
|
||||||
# define XW_PREFS_SEETILESROBOT_CHECKBOX_ID 2724
|
# define XW_PREFS_PICKTILES_CHECKBOX_ID 2724
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* These aren't part of the hide/show thing as they're displayed only
|
/* These aren't part of the hide/show thing as they're displayed only
|
||||||
|
@ -265,7 +266,7 @@
|
||||||
#define XW_PREFS_LAST_GLOBAL_ID XW_PREFS_ROBOTSCORE_CHECKBOX_ID
|
#define XW_PREFS_LAST_GLOBAL_ID XW_PREFS_ROBOTSCORE_CHECKBOX_ID
|
||||||
#define XW_PREFS_FIRST_PERGAME_ID XW_PREFS_ROBOTSMART_CHECKBOX_ID
|
#define XW_PREFS_FIRST_PERGAME_ID XW_PREFS_ROBOTSMART_CHECKBOX_ID
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
#ifdef FEATURE_TRAY_EDIT
|
||||||
# define XW_PREFS_LAST_PERGAME_ID XW_PREFS_SEETILESROBOT_CHECKBOX_ID
|
# define XW_PREFS_LAST_PERGAME_ID XW_PREFS_PICKTILES_CHECKBOX_ID
|
||||||
#else
|
#else
|
||||||
# define XW_PREFS_LAST_PERGAME_ID XW_PREFS_TIMER_FIELD_ID
|
# define XW_PREFS_LAST_PERGAME_ID XW_PREFS_TIMER_FIELD_ID
|
||||||
#endif
|
#endif
|
||||||
|
@ -339,9 +340,10 @@
|
||||||
#define FLIP_BUTTON_BMP_RES_ID 1003
|
#define FLIP_BUTTON_BMP_RES_ID 1003
|
||||||
#define VALUE_BUTTON_BMP_RES_ID 1004
|
#define VALUE_BUTTON_BMP_RES_ID 1004
|
||||||
#define HINT_BUTTON_BMP_RES_ID 1005
|
#define HINT_BUTTON_BMP_RES_ID 1005
|
||||||
#define TRAY_BUTTONS_BMP_RES_ID 1006
|
#define NHINT_BUTTON_BMP_RES_ID 1006
|
||||||
#define SHOWTRAY_BUTTON_BMP_RES_ID 1007
|
#define TRAY_BUTTONS_BMP_RES_ID 1007
|
||||||
#define STAR_BMP_RES_ID 1008
|
#define SHOWTRAY_BUTTON_BMP_RES_ID 1008
|
||||||
|
#define STAR_BMP_RES_ID 1009
|
||||||
|
|
||||||
#define STRL_RES_TYPE 'StrL'
|
#define STRL_RES_TYPE 'StrL'
|
||||||
#define STRL_RES_ID 0x03e8
|
#define STRL_RES_ID 0x03e8
|
||||||
|
|
Loading…
Reference in a new issue