Browse Source

Title to "Zecwallet Light"

pull/14/head
Aditya Kulkarni 5 years ago
parent
commit
616621c738
  1. 2
      src/main.cpp

2
src/main.cpp

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

Loading…
Cancel
Save