diff --git a/src/main.cpp b/src/main.cpp index bc93ab5..abe34d2 100644 --- a/src/main.cpp +++ b/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) {