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.");