You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 5da3827d863ae43f8367cdafbeba73cec7cdee3d.
This commit is contained in:
@@ -172,8 +172,8 @@ index e2429c0c047..2ce3020db50 100644
|
||||
+ psp[pg].dwSize = sizeof (PROPSHEETPAGEW);
|
||||
+ psp[pg].dwFlags = PSP_USETITLE;
|
||||
+ psp[pg].hInstance = hInstance;
|
||||
+ psp[pg].u.pszTemplate = MAKEINTRESOURCEW (IDD_INPUT_CONFIG);
|
||||
+ psp[pg].u2.pszIcon = NULL;
|
||||
+ psp[pg].pszTemplate = MAKEINTRESOURCEW (IDD_INPUT_CONFIG);
|
||||
+ psp[pg].pszIcon = NULL;
|
||||
+ psp[pg].pfnDlgProc = InputDlgProc;
|
||||
+ psp[pg].pszTitle = load_string (IDS_TAB_INPUT);
|
||||
+ psp[pg].lParam = 0;
|
||||
|
Reference in New Issue
Block a user