aboutsummaryrefslogtreecommitdiff
path: root/src/qt/overviewpage.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-05-06 15:20:11 +0200
committerJonas Schnelli <[email protected]>2015-05-12 20:46:12 +0200
commit7247d103ffc2772b6dd997b7aa4d7147a8044d73 (patch)
tree36e581a3c95fb44b81f3393d21d413dae1d11fa4 /src/qt/overviewpage.cpp
parent[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui (diff)
downloaddiscoin-7247d103ffc2772b6dd997b7aa4d7147a8044d73.tar.xz
discoin-7247d103ffc2772b6dd997b7aa4d7147a8044d73.zip
[QT] use alert icon with tooltip insted of "(out of sync)" text
# Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp
Diffstat (limited to 'src/qt/overviewpage.cpp')
-rw-r--r--src/qt/overviewpage.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp
index 2a3a47ffe..a422ff9a7 100644
--- a/src/qt/overviewpage.cpp
+++ b/src/qt/overviewpage.cpp
@@ -129,10 +129,6 @@ OverviewPage::OverviewPage(QWidget *parent) :
connect(ui->listTransactions, SIGNAL(clicked(QModelIndex)), this, SLOT(handleTransactionClicked(QModelIndex)));
- // init "out of sync" warning labels
- ui->labelWalletStatus->setText("(" + tr("out of sync") + ")");
- ui->labelTransactionsStatus->setText("(" + tr("out of sync") + ")");
-
// start with displaying the "out of sync" warnings
showOutOfSyncWarning(true);
}