Module: wine Branch: master Commit: 853351698842c92db62bddedd2f531b7c5e745d1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=853351698842c92db62bddedd...
Author: Alistair Leslie-Hughes leslie_alistair@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@hotmail.com Signed-off-by: Alexandre Julliard julliard@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