wordpad: Fix ellipsis usage in the menu labels.

Francois Gouget fgouget at free.fr
Thu Apr 28 04:56:21 CDT 2011


---

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

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

diff --git a/programs/wordpad/wordpad.rc b/programs/wordpad/wordpad.rc
index 1e83b1b..6d017ed 100644
--- a/programs/wordpad/wordpad.rc
+++ b/programs/wordpad/wordpad.rc
@@ -31,7 +31,7 @@ BEGIN
         MENUITEM "Save &as...",           ID_FILE_SAVEAS
         MENUITEM SEPARATOR
         MENUITEM "&Print...\tCtrl+P",     ID_PRINT
-        MENUITEM "Print previe&w...",     ID_PREVIEW
+        MENUITEM "Print previe&w",        ID_PREVIEW
         MENUITEM "Page Se&tup...",        ID_PRINTSETUP
         MENUITEM SEPARATOR
         MENUITEM "E&xit",                 ID_FILE_EXIT
-- 
1.7.4.1




More information about the wine-patches mailing list