Francois Gouget : setupapi: Remove a space before an ellipsis.

Alexandre Julliard julliard at winehq.org
Tue Aug 11 10:47:20 CDT 2009


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

Author: Francois Gouget <fgouget at 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




More information about the wine-cvs mailing list