Mercurial > trustbridge
diff ui/mainwindow.cpp @ 1211:b64f847bde09
(issue121) icon, new version for the do-changes button.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 23 Sep 2014 20:44:31 +0200 |
parents | 3815a0d2017b |
children | 1171a4778562 |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Tue Sep 23 20:21:48 2014 +0200 +++ b/ui/mainwindow.cpp Tue Sep 23 20:44:31 2014 +0200 @@ -713,7 +713,7 @@ mInstallButton->setIcon(uacShield); } #else - mInstallButton->setIcon(QIcon(":/img/view-refresh_16px.png")); + mInstallButton->setIcon(QIcon(":/img/do-changes-16.png")); #endif connect(mQuitButton, SIGNAL(clicked()), this, SLOT(closeApp())); connect(mInstallButton, SIGNAL(clicked()), this, SLOT(checkAndInstallCerts()));