mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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"
|
||||
BEGIN
|
||||
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
||||
MENUITEM "H&int", ID_MOVE_HINT
|
||||
#ifdef XWFEATURE_SEARCHLIMIT
|
||||
MENUITEM "Limited hint (&c)", ID_MOVE_LIMITEDHINT
|
||||
#endif
|
||||
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
||||
END
|
||||
|
||||
POPUP "&File"
|
||||
|
|
Loading…
Add table
Reference in a new issue