On Thu, Jul 9, 2009 at 15:53, Anders Jonsson<[email protected]> 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
