mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
more code changes
This commit is contained in:
parent
64264ec30f
commit
5660a0bc14
1 changed files with 7 additions and 0 deletions
|
@ -336,6 +336,13 @@ StartDlgProc(
|
|||
SetDlgItemFont(hwndDlg, IDC_WARNTEXT2, pSetupData->hBoldFont, TRUE);
|
||||
SetDlgItemFont(hwndDlg, IDC_WARNTEXT3, pSetupData->hBoldFont, TRUE);
|
||||
|
||||
/* Change the "Cancel" button text to "Close" */
|
||||
// GetDlgItemTextW(GetParent(hwndDlg), IDCANCEL,
|
||||
// szOrgWizNextBtnText, ARRAYSIZE(szOrgWizNextBtnText));
|
||||
SetWindowResTextW(GetDlgItem(GetParent(hwndDlg), IDCANCEL),
|
||||
GetModuleHandleW(L"comctl32.dll"),
|
||||
IDS_CLOSE);
|
||||
|
||||
/* Change the "Cancel" button text to "Close" */
|
||||
// GetDlgItemTextW(GetParent(hwndDlg), IDCANCEL,
|
||||
// szOrgWizNextBtnText, ARRAYSIZE(szOrgWizNextBtnText));
|
||||
|
|
Loading…
Reference in a new issue