Browse Source

Rename title to ZecWallet Full Node

Aditya Kulkarni 5 years ago
parent
commit
72db09a7b2
  1. 2
      src/about.ui
  2. 2
      src/main.cpp

2
src/about.ui

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

2
src/main.cpp

@ -228,7 +228,7 @@ public:
}
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 (parser.positionalArguments().length() > 0) {

Loading…
Cancel
Save