diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-30 06:17:23 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-30 06:17:23 +0800 |
commit | 5c9fd19105c572ea717a8bc04758dcf3e71af47e (patch) | |
tree | 4ffbecde837319649e1bd9c5f39a7ed2f884d7de /ethereal/assets/qml/wallet.qml | |
parent | beca2234af8d91b5840dad75ee0bd4f929f49c98 (diff) | |
download | dexon-5c9fd19105c572ea717a8bc04758dcf3e71af47e.tar.gz dexon-5c9fd19105c572ea717a8bc04758dcf3e71af47e.tar.zst dexon-5c9fd19105c572ea717a8bc04758dcf3e71af47e.zip |
A few start up optimisations
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index aadc90e3b..50ff73060 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -690,7 +690,7 @@ ApplicationWindow { anchors.left: aboutIcon.right anchors.leftMargin: 10 font.pointSize: 12 - text: "<h2>Ethereal</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Maran Hidskes<br>Viktor Trón<br>" + text: "<h2>Ethereal - Adrastea</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Maran Hidskes<br>Viktor Trón<br>" } } |