Rename title to ZecWallet Full Node

This commit is contained in:
Aditya Kulkarni
2019-09-30 09:57:40 -07:00
parent 864651247c
commit 72db09a7b2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox">
<property name="title"> <property name="title">
<string notr="true">ZecWallet</string> <string notr="true">ZecWallet FullNode</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>

View File

@@ -228,7 +228,7 @@ public:
} }
w = new MainWindow(); w = new MainWindow();
w->setWindowTitle("ZecWallet v" + QString(APP_VERSION)); w->setWindowTitle("ZecWallet FullNode v" + QString(APP_VERSION));
// If there was a payment URI on the command line, pay it // If there was a payment URI on the command line, pay it
if (parser.positionalArguments().length() > 0) { if (parser.positionalArguments().length() > 0) {