BUG: make sure OK can not be hit first time around

This commit is contained in:
Bill Hoffman 2002-12-05 11:42:22 -05:00
parent 6964957b4a
commit d6e6dcc3c0
1 changed files with 0 additions and 1 deletions

View File

@ -622,7 +622,6 @@ void CMakeSetupDialog::RunCMake(bool generateProjectFiles)
m_BuildPathChanged = false; m_BuildPathChanged = false;
// put the cursor back // put the cursor back
::SetCursor(LoadCursor(NULL, IDC_ARROW)); ::SetCursor(LoadCursor(NULL, IDC_ARROW));
m_OKButton.EnableWindow(true);
cmSystemTools::ResetErrorOccuredFlag(); cmSystemTools::ResetErrorOccuredFlag();
} }