checking in fixes for bug #6569 - confirmation on clicking the finish button
git-svn-id: svn://10.0.0.236/trunk@50348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1269,9 +1269,11 @@ HBRUSH CWizardUI::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
|
||||
BOOL CWizardUI::OnWizardFinish()
|
||||
{
|
||||
// TODO: Add your specialized code here and/or call the base class
|
||||
|
||||
UpdateGlobals();
|
||||
|
||||
if (CurrentNode->navControls->onNextAction)
|
||||
if (!theApp.interpret(CurrentNode->navControls->onNextAction, NULL))
|
||||
return FALSE;
|
||||
return CPropertyPage::OnWizardFinish();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user