Browse Source

Naming

pull/25/head^2
Aditya Kulkarni 5 years ago
parent
commit
b32a1d4732
  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 Lightclient</string>
<string notr="true">Zecwallet Lite</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>

2
src/main.cpp

@ -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) {

Loading…
Cancel
Save