Module: wine Branch: master Commit: 046e00beeffc570b780a6b8dc7e6a57b686d0a26 URL: http://source.winehq.org/git/wine.git/?a=commit;h=046e00beeffc570b780a6b8dc7... Author: Anders Jonsson <anders.jonsson(a)norsjonet.se> Date: Wed Mar 4 01:59:35 2009 +0100 winemine: Add ellipses for menu entries that open new dialog windows. --- programs/winemine/En.rc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/winemine/En.rc b/programs/winemine/En.rc index 634a3e8..dfb37e5 100644 --- a/programs/winemine/En.rc +++ b/programs/winemine/En.rc @@ -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 } }