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

Francois Gouget fgouget at free.fr
Wed May 18 10:48:51 CDT 2011


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

diff --git a/programs/oleview/oleview.rc b/programs/oleview/oleview.rc
index d57fafa..753b98a 100644
--- a/programs/oleview/oleview.rc
+++ b/programs/oleview/oleview.rc
@@ -29,7 +29,7 @@ IDM_MENU MENU
         MENUITEM "&Bind to file...",    IDM_BIND
         MENUITEM "&View TypeLib...",    IDM_TYPELIB
         MENUITEM SEPARATOR
-        MENUITEM "&System Configuration...",    IDM_SYSCONF
+        MENUITEM "&System Configuration",       IDM_SYSCONF
         MENUITEM "&Run the Registry Editor",    IDM_REGEDIT
         MENUITEM SEPARATOR
         MENUITEM "E&xit",    IDM_EXIT
@@ -53,7 +53,7 @@ IDM_MENU MENU
         MENUITEM "Copy C&LSID to clipboard",    IDM_COPYCLSID, GRAYED
         MENUITEM "Copy &HTML object Tag to clipboard", IDM_HTMLTAG, GRAYED
         MENUITEM SEPARATOR
-        MENUITEM "&View...",    IDM_VIEW, GRAYED
+        MENUITEM "&View",       IDM_VIEW, GRAYED
     }
     POPUP "&View"
     {
-- 
1.7.4.4




More information about the wine-patches mailing list