[PATCH] String unified
Wald Commits
scm-commit at wald.intevation.org
Tue Jul 15 15:48:23 CEST 2014
# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1405432101 -7200
# Node ID 2db9ab3f6b1be282a43f3ade4d69b02342a07a61
# Parent 4538cda1062ceb846b2aba56ffb311d38914a349
String unified.
diff -r 4538cda1062c -r 2db9ab3f6b1b ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Tue Jul 15 15:44:53 2014 +0200
+++ b/ui/mainwindow.cpp Tue Jul 15 15:48:21 2014 +0200
@@ -537,7 +537,7 @@
}
QPushButton *searchUpdates = new QPushButton();
searchUpdates->setStyleSheet("QPushButton {border-style: outset; border-width: 0px;}");
- searchUpdates->setToolTip(tr("Check for updates"));
+ searchUpdates->setToolTip(tr("Check for Updates"));
searchUpdates->setIcon(QIcon(":/img/update-list.png"));
connect(searchUpdates, SIGNAL(clicked()), this, SLOT(checkUpdates()));
updateDateAndSearchButton->addWidget(mLastUpdateCheckContents);
More information about the Trustbridge-commits
mailing list