This commit is contained in:
Aditya Kulkarni 2019-11-13 15:12:46 -08:00
parent bcf2d4e9d6
commit b32a1d4732
2 changed files with 2 additions and 2 deletions

View File

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

View File

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