Francois Gouget : setupapi: Remove a space before an ellipsis.
Module: wine Branch: master Commit: b4aede60b014ef27c448e3e63cf92e78b867386a URL: http://source.winehq.org/git/wine.git/?a=commit;h=b4aede60b014ef27c448e3e63c... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Aug 11 09:02:38 2009 +0200 setupapi: Remove a space before an ellipsis. --- dlls/setupapi/No.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/setupapi/No.rc b/dlls/setupapi/No.rc index bbb9556..afe945d 100644 --- a/dlls/setupapi/No.rc +++ b/dlls/setupapi/No.rc @@ -56,5 +56,5 @@ BEGIN CONTROL "", IDC_PATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 10, 100, 175, 14 PUSHBUTTON "OK", IDOK, 195, 10, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP PUSHBUTTON "Avbryt", IDCANCEL, 195, 30, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP - PUSHBUTTON "Bla ...", IDC_RUNDLG_BROWSE, 195, 100, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "Bla...", IDC_RUNDLG_BROWSE, 195, 100, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP END
participants (1)
-
Alexandre Julliard