view: Fix ellipsis usage in the menus.

Francois Gouget fgouget at free.fr
Mon May 2 17:41:36 CDT 2011


---

Based on Microsoft's guidelines:
http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses

 programs/view/view.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/view/view.rc b/programs/view/view.rc
index a7f6ce9..aae88e8 100644
--- a/programs/view/view.rc
+++ b/programs/view/view.rc
@@ -27,7 +27,7 @@ VIEW MENU
 BEGIN
     POPUP "&File"
     BEGIN
-	MENUITEM "&Open",			IDM_OPEN
+	MENUITEM "&Open...",			IDM_OPEN
         MENUITEM "E&xit",                       IDM_EXIT
     END
     POPUP "&Pan"
-- 
1.7.4.4




More information about the wine-patches mailing list