aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-12 00:28:58 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-12 00:28:58 +0200
commitd2f7778cc7a2258b55f779584c9ca47c8c4b12b9 (patch)
tree5be944ca60396d0411e32ea5f5d73557149a2b3e /src/qt/rpcconsole.cpp
parentb34c5f3c0f4b37335e27bd67f554cf4df6976116 (diff)
downloadbitcoin-d2f7778cc7a2258b55f779584c9ca47c8c4b12b9.tar.xz
add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 9254fe4cb5..5a035888ed 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -150,6 +150,7 @@ void RPCConsole::setClientModel(ClientModel *model)
ui->clientVersion->setText(model->formatFullVersion());
ui->clientName->setText(model->clientName());
ui->buildDate->setText(model->formatBuildDate());
+ ui->startupTime->setText(model->formatClientStartupTime().toString());
setNumConnections(model->getNumConnections());
ui->isTestNet->setChecked(model->isTestNet());