changed dialog title
[wpcreator] / src / progressdialog.cpp
index ff8b805..9ae7a4e 100644 (file)
@@ -6,6 +6,7 @@ ProgressDialog::ProgressDialog(QWidget *parent) :
     m_ui(new Ui::ProgressDialog)
 {
     m_ui->setupUi(this);
+    this->setWindowTitle("Installing");
     m_ui->noticedButton->setVisible(false);
     m_ui->doneLabel->setVisible(false);
 }