winhlp32: Fix the ellipsis usage in the menu and button labels.

Francois Gouget fgouget at free.fr
Mon May 2 17:42:02 CDT 2011


---

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

 programs/winhlp32/winhlp32.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/winhlp32/winhlp32.rc b/programs/winhlp32/winhlp32.rc
index 730676b..bd7f21d 100644
--- a/programs/winhlp32/winhlp32.rc
+++ b/programs/winhlp32/winhlp32.rc
@@ -26,15 +26,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 MAIN_MENU MENU
 {
  POPUP "&File" {
-  MENUITEM "&Open", MNID_FILE_OPEN
+  MENUITEM "&Open...", MNID_FILE_OPEN
   MENUITEM SEPARATOR
-  MENUITEM "&Print", MNID_FILE_PRINT
+  MENUITEM "&Print...", MNID_FILE_PRINT
   MENUITEM "Printer &setup...", MNID_FILE_SETUP
    MENUITEM SEPARATOR
   MENUITEM "E&xit", MNID_FILE_EXIT
  }
  POPUP "&Edit" {
-   MENUITEM "&Copy...", MNID_EDIT_COPYDLG
+   MENUITEM "&Copy", MNID_EDIT_COPYDLG
    MENUITEM SEPARATOR
    MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE
  }
-- 
1.7.4.4




More information about the wine-patches mailing list