Change the translation of the "Help" menu item to "?", so that the menu can be displayed in one line at a small window size.

Also minor indentation fix

See issue #2590 for more details.

svn path=/trunk/; revision=33387
This commit is contained in:
Colin Finck
2008-05-09 11:38:45 +00:00
parent fbc903478d
commit 9e45b56ced
@@ -12,7 +12,7 @@ END
IDM_WINEMINE MENU DISCARDABLE
BEGIN
POPUP "&Game"
BEGIN
BEGIN
MENUITEM "&ÍÝï\tF2", IDM_NEW
MENUITEM SEPARATOR
MENUITEM "&Óçìåßùóç ìå åñùôçìáôéêü", IDM_MARKQ
@@ -26,8 +26,8 @@ BEGIN
MENUITEM SEPARATOR
MENUITEM "¸&îïäïò", IDM_EXIT
END
POPUP "&Ðëçñïöïñßåò"
BEGIN
POPUP "&?"
BEGIN
MENUITEM "&Ó÷åôéêÜ...", IDM_ABOUT
END
END