mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
make "next hint" top sub-item since it'll be most frequently used
This commit is contained in:
parent
df4c9fe442
commit
7a2faeec61
1 changed files with 1 additions and 1 deletions
|
@ -85,11 +85,11 @@ BEGIN
|
||||||
|
|
||||||
POPUP "Hint"
|
POPUP "Hint"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
||||||
MENUITEM "H&int", ID_MOVE_HINT
|
MENUITEM "H&int", ID_MOVE_HINT
|
||||||
#ifdef XWFEATURE_SEARCHLIMIT
|
#ifdef XWFEATURE_SEARCHLIMIT
|
||||||
MENUITEM "Limited hint (&c)", ID_MOVE_LIMITEDHINT
|
MENUITEM "Limited hint (&c)", ID_MOVE_LIMITEDHINT
|
||||||
#endif
|
#endif
|
||||||
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
|
||||||
END
|
END
|
||||||
|
|
||||||
POPUP "&File"
|
POPUP "&File"
|
||||||
|
|
Loading…
Add table
Reference in a new issue