[1/2] winemine: Add ellipses for menu entries that open new dialog windows

Yuri Khan yurivkhan at gmail.com
Thu Jul 9 11:10:39 CDT 2009


On Thu, Jul 9, 2009 at 15:53, Anders Jonsson<anders.jonsson at norsjonet.se> wrote:

>     POPUP "&Info" {
> -        MENUITEM "&Fastest Times",    IDM_TIMES
> +        MENUITEM "&Fastest Times...", IDM_TIMES
>         MENUITEM "&About",         IDM_ABOUT
>     }

According to Microsoft's guidelines, an ellipsis is only necessary
when the command asks for confirmation or additional parameters. "If
simply viewing the window is a common action, don't use an ellipsis."

http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses



More information about the wine-devel mailing list