Mercurial > trustbridge
comparison ui/createinstallerdialog.cpp @ 772:aec00847d86d
Improve message caption for successful package creation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 10 Jul 2014 19:15:48 +0200 |
parents | 49168bcb02e2 |
children | 60d3f59f0803 |
comparison
equal
deleted
inserted
replaced
771:2798f1869eee | 772:aec00847d86d |
---|---|
469 detailsWindow->insertPlainText(details); | 469 detailsWindow->insertPlainText(details); |
470 detailsWindow->setReadOnly(true); | 470 detailsWindow->setReadOnly(true); |
471 detailsWindow->hide(); | 471 detailsWindow->hide(); |
472 | 472 |
473 if (!isErr) { | 473 if (!isErr) { |
474 setWindowTitle(tr("Success!")); | 474 setWindowTitle(tr("Successfully created installation package")); |
475 msgLabel->setPixmap(QApplication::style()->standardIcon( | 475 msgLabel->setPixmap(QApplication::style()->standardIcon( |
476 QStyle::SP_MessageBoxInformation).pixmap(16, 16)); | 476 QStyle::SP_MessageBoxInformation).pixmap(16, 16)); |
477 } else { | 477 } else { |
478 setWindowTitle(tr("Error!")); | 478 setWindowTitle(tr("Error!")); |
479 msgLabel->setPixmap(QApplication::style()->standardIcon( | 479 msgLabel->setPixmap(QApplication::style()->standardIcon( |