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

Francois Gouget fgouget at free.fr
Wed May 18 10:49:50 CDT 2011


Also renamed the 'Attributes' menu item to 'Properties' as it seems more 
standard and appropriate.
---
 programs/progman/progman.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/progman/progman.rc b/programs/progman/progman.rc
index e416e73..d4ec42e 100644
--- a/programs/progman/progman.rc
+++ b/programs/progman/progman.rc
@@ -32,11 +32,11 @@ MAIN_MENU MENU
    MENUITEM "&Move...\tF7",             PM_MOVE,      GRAYED
    MENUITEM "&Copy...\tF8",             PM_COPY,      GRAYED
    MENUITEM "&Delete\tDel",             PM_DELETE
-   MENUITEM "&Attributes...\tAlt+Enter",       PM_ATTRIBUTES
+   MENUITEM "&Properties\tAlt+Enter",   PM_ATTRIBUTES
    MENUITEM SEPARATOR
    MENUITEM "&Execute...",          PM_EXECUTE
    MENUITEM SEPARATOR
-   MENUITEM "E&xit Windows...",             PM_EXIT
+   MENUITEM "E&xit Windows",            PM_EXIT
  }
  POPUP "&Options" {
    MENUITEM "&Arrange automatically",  PM_AUTO_ARRANGE
-- 
1.7.4.4




More information about the wine-patches mailing list