mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
msvfw32: Fix ellipsis usage in the menu and button labels.
This commit is contained in:
parent
d7768739ec
commit
11529e1c9f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue