Alistair Leslie-Hughes : setupapi: Fix broken control definition.

Alexandre Julliard julliard at winehq.org
Mon Oct 29 18:26:30 CDT 2018


Module: wine
Branch: master
Commit: 853351698842c92db62bddedd2f531b7c5e745d1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=853351698842c92db62bddedd2f531b7c5e745d1

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Mon Oct 29 21:49:53 2018 +0000

setupapi: Fix broken control definition.

Based on a patch by Mark Jansen.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/setupapi/setupapi.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/setupapi/setupapi.rc b/dlls/setupapi/setupapi.rc
index c03f01f..f5da61f 100644
--- a/dlls/setupapi/setupapi.rc
+++ b/dlls/setupapi/setupapi.rc
@@ -43,7 +43,7 @@ BEGIN
 	LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
 	LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
 	LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
-	CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+	CONTROL "", PROGRESSORD, "setupx_progress", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 63, 194, 13
 END
 
 IDPROMPTFORDISK DIALOG 0, 0, 260, 120




More information about the wine-cvs mailing list