Leave the cancel alone evil IO!

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1730 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-15 16:13:22 +00:00
parent a3d6b9dc6b
commit a3370541de
2 changed files with 0 additions and 1 deletions

View file

@ -767,7 +767,6 @@ int createCfgDlg()
hNextButton = GetDlgItem(hMainWindow,IDOK);
hBackButton = GetDlgItem(hMainWindow,3);
was_cancel_enabled=EnableWindow(hCancelButton,1);
was_ok_enabled=EnableWindow(hNextButton,1);
GetWindowText(hCancelButton,old_cancel,sizeof(old_cancel));
if (pszCancelButtonText) SetWindowText(hCancelButton,pszCancelButtonText);