mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
#ifdef hint config feature; version now beta 1
This commit is contained in:
parent
c04c94fb61
commit
9dd482e8b9
1 changed files with 4 additions and 2 deletions
|
@ -101,7 +101,9 @@
|
||||||
/* Move menu */
|
/* Move menu */
|
||||||
#define XW_HINT_PULLDOWN_ID 1061
|
#define XW_HINT_PULLDOWN_ID 1061
|
||||||
#define XW_NEXTHINT_PULLDOWN_ID 1062
|
#define XW_NEXTHINT_PULLDOWN_ID 1062
|
||||||
#define XW_HINTCONFIG_PULLDOWN_ID 1063
|
#ifdef XWFEATURE_HINT_CONFIG
|
||||||
|
# define XW_HINTCONFIG_PULLDOWN_ID 1063
|
||||||
|
#endif
|
||||||
#define XW_UNDOCUR_PULLDOWN_ID 1064
|
#define XW_UNDOCUR_PULLDOWN_ID 1064
|
||||||
#define XW_UNDOLAST_PULLDOWN_ID 1065
|
#define XW_UNDOLAST_PULLDOWN_ID 1065
|
||||||
#define XW_DONE_PULLDOWN_ID 1066
|
#define XW_DONE_PULLDOWN_ID 1066
|
||||||
|
@ -368,7 +370,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* versioning stuff */
|
/* versioning stuff */
|
||||||
#define XW_PALM_VERSION_STRING "4.0.6a4"
|
#define XW_PALM_VERSION_STRING "4.0.6b1"
|
||||||
#define CUR_PREFS_VERS 0x0405
|
#define CUR_PREFS_VERS 0x0405
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue