From 616621c73837e24afbc545cdcb580acb6f9319f6 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 26 Oct 2019 13:01:01 -0700 Subject: [PATCH] Title to "Zecwallet Light" --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {