Skip to content

Commit

Permalink
update text while running, CBICA#151
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsingh18 committed Nov 23, 2020
1 parent 6bef0f7 commit e56c639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void QcaptkPseudoProgressionView::OnRunButtonPressed()

}
m_Controls.pushButtonRun->setDisabled(true);
m_Controls.pushButtonRun->setText("Running Survival Prediction...");
m_Controls.pushButtonRun->setText("Running PseudoProgression ...");
// m_CaPTkSurvival->Run(
// modelDirPath,
// subjectDirPath,
Expand Down

0 comments on commit e56c639

Please sign in to comment.