Commit 11529e1c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent d7768739
......@@ -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 "Bell&ts...",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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment