Francois Gouget : msvfw32: Fix ellipsis usage in the menu and button labels .

Alexandre Julliard julliard at winehq.org
Wed Jun 15 13:42:59 CDT 2011


Module: wine
Branch: master
Commit: 11529e1c9f9ac9c31a0058819b597d9d4289e226
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=11529e1c9f9ac9c31a0058819b597d9d4289e226

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jun 15 12:37:21 2011 +0200

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

---

 dlls/msvfw32/msvfw32_En.rc |    2 +-
 dlls/msvfw32/msvfw32_Hu.rc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvfw32/msvfw32_En.rc b/dlls/msvfw32/msvfw32_En.rc
index 527f4a6..88c55d1 100644
--- a/dlls/msvfw32/msvfw32_En.rc
+++ b/dlls/msvfw32/msvfw32_En.rc
@@ -32,7 +32,7 @@ FONT 8, "MS Shell Dlg"
     COMBOBOX IDC_COMP_LIST,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
 
     PUSHBUTTON "Con&figure...",IDC_CONFIGURE,129,36,49,14
-    PUSHBUTTON "&About...",IDC_ABOUT,129,52,49,14
+    PUSHBUTTON "&About",IDC_ABOUT,129,52,49,14
 
     SCROLLBAR IDC_QUALITY_SCROLL,9,44,111,9,WS_TABSTOP
 
diff --git a/dlls/msvfw32/msvfw32_Hu.rc b/dlls/msvfw32/msvfw32_Hu.rc
index e910f93..244aa7b 100644
--- a/dlls/msvfw32/msvfw32_Hu.rc
+++ b/dlls/msvfw32/msvfw32_Hu.rc
@@ -32,7 +32,7 @@ FONT 8, "MS Shell Dlg"
     COMBOBOX IDC_COMP_LIST,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
 
     PUSHBUTTON "Beállí&tás...",IDC_CONFIGURE,129,36,49,14
-    PUSHBUTTON "&About...",IDC_ABOUT,129,52,49,14
+    PUSHBUTTON "&About",IDC_ABOUT,129,52,49,14
 
     SCROLLBAR IDC_QUALITY_SCROLL,9,44,111,9,WS_TABSTOP
 




More information about the wine-cvs mailing list