From ba558b8e6f346b23eb76921523091a06f8d1709b Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Sun, 15 Mar 2020 18:03:35 -0700 Subject: [PATCH] about box change --- wfmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfmain.cpp b/wfmain.cpp index 34186ce..c6cd2ba 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -1526,7 +1526,7 @@ void wfmain::on_aboutBtn_clicked() // TODO: change style of link color based on current CSS sheet. QString copyright = QString("Copyright 2017-2020 Elliott H. Liggett. All rights reserved."); - QString ssCredit = QString("
Stylesheet qdarkstyle used under MIT license, stored in /usr/share/rigview/stylesheets/."); + QString ssCredit = QString("
Stylesheet qdarkstyle used under MIT license, stored in /usr/share/wfview/stylesheets/."); QString contact = QString("
email the author: kilocharlie8@gmail.com or W6EL on the air!"); QString website = QString("

Get the latest version from our gitlab repo: https://gitlab.com/eliggett/wfview"); QString docs = QString("
Also see the wiki for the FAQ, Keystrokes, and more.");