mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
put file menu last where easier to get to
This commit is contained in:
parent
9d0231a8b7
commit
551cad98ed
1 changed files with 13 additions and 13 deletions
|
@ -94,6 +94,19 @@ BEGIN
|
|||
#endif
|
||||
END
|
||||
|
||||
POPUP "&Game"
|
||||
BEGIN
|
||||
MENUITEM "Tile counts and values", ID_GAME_TILECOUNTSANDVALUES
|
||||
MENUITEM "Tiles left", ID_GAME_TILESLEFT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Game info", ID_GAME_GAMEINFO
|
||||
MENUITEM "History", ID_GAME_HISTORY
|
||||
MENUITEM "Final sc&ores", ID_GAME_FINALSCORES
|
||||
#if defined XWFEATURE_RELAY || defined XWFEATURE_BLUETOOTH
|
||||
MENUITEM "Resend messages", ID_GAME_RESENDMSGS
|
||||
#endif
|
||||
END
|
||||
|
||||
POPUP "&File"
|
||||
BEGIN
|
||||
#ifdef _WIN32_WCE
|
||||
|
@ -108,19 +121,6 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
MENUITEM "E&xit", ID_FILE_EXIT
|
||||
END
|
||||
|
||||
POPUP "&Game"
|
||||
BEGIN
|
||||
MENUITEM "Tile counts and values", ID_GAME_TILECOUNTSANDVALUES
|
||||
MENUITEM "Tiles left", ID_GAME_TILESLEFT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Game info", ID_GAME_GAMEINFO
|
||||
MENUITEM "History", ID_GAME_HISTORY
|
||||
MENUITEM "Final sc&ores", ID_GAME_FINALSCORES
|
||||
#if defined XWFEATURE_RELAY || defined XWFEATURE_BLUETOOTH
|
||||
MENUITEM "Resend messages", ID_GAME_RESENDMSGS
|
||||
#endif
|
||||
END
|
||||
END
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue