mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
rearrange hint menuitems
This commit is contained in:
parent
a5b920e8f6
commit
ecc48fde1c
1 changed files with 4 additions and 3 deletions
|
@ -53,10 +53,11 @@ BEGIN
|
||||||
PULLDOWN "Move"
|
PULLDOWN "Move"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Hint" XW_HINT_PULLDOWN_ID "I"
|
MENUITEM "Hint" XW_HINT_PULLDOWN_ID "I"
|
||||||
MENUITEM "Next hint" XW_NEXTHINT_PULLDOWN_ID "M"
|
#ifdef XWFEATURE_SEARCHLIMIT
|
||||||
#ifdef XWFEATURE_HINT_CONFIG
|
MENUITEM "Limited hint" XW_HINTCONFIG_PULLDOWN_ID "C"
|
||||||
MENUITEM "Configure hint..." XW_HINTCONFIG_PULLDOWN_ID "C"
|
MENUITEM SEPARATOR
|
||||||
#endif
|
#endif
|
||||||
|
MENUITEM "Next hint" XW_NEXTHINT_PULLDOWN_ID "M"
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "Undo cur. move" XW_UNDOCUR_PULLDOWN_ID "U"
|
MENUITEM "Undo cur. move" XW_UNDOCUR_PULLDOWN_ID "U"
|
||||||
MENUITEM "Undo last move" XW_UNDOLAST_PULLDOWN_ID "Z"
|
MENUITEM "Undo last move" XW_UNDOLAST_PULLDOWN_ID "Z"
|
||||||
|
|
Loading…
Reference in a new issue