mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
winemine: Add ellipses for menu entries that open new dialog windows.
This commit is contained in:
parent
9cf7888002
commit
046e00beef
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user