Commit 046e00be authored by Anders Jonsson's avatar Anders Jonsson Committed by Alexandre Julliard

winemine: Add ellipses for menu entries that open new dialog windows.

parent 9cf78880
......@@ -40,12 +40,12 @@ MENU_WINEMINE MENU DISCARDABLE
MENUITEM "&Beginner", IDM_BEGINNER
MENUITEM "&Advanced", IDM_ADVANCED
MENUITEM "&Expert", IDM_EXPERT
MENUITEM "&Custom", IDM_CUSTOM
MENUITEM "&Custom...", IDM_CUSTOM
MENUITEM SEPARATOR
MENUITEM "E&xit\tAlt+X", IDM_EXIT
}
POPUP "&Info" {
MENUITEM "&Fastest Times", IDM_TIMES
MENUITEM "&Fastest Times...", IDM_TIMES
MENUITEM "&About", IDM_ABOUT
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment