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

This commit is contained in:
Francois Gouget 2011-06-15 12:37:21 +02:00 committed by Alexandre Julliard
parent d7768739ec
commit 11529e1c9f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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