updated about message

This commit is contained in:
Jared Bruni
2021-09-21 15:05:34 -07:00
parent 8628742855
commit bf3f087979
2 changed files with 2 additions and 2 deletions

View File

@@ -1585,7 +1585,7 @@ void AC_MainWindow::help_About() {
QString about_str;
QTextStream stream(&about_str);
stream << tr("<b>Acid Cam Qt version: ") << ac_version << " filters: " << ac::version.c_str() << "</b><br><br> ";
stream << tr("Engineering by <b>Jared Bruni</b><br><br><b>This software is dedicated to all the people that experience mental illness. </b><br><br>Thanks to <b>Boris</b> for testing.<br><br><br><a href=\"https://lostsidedead.biz/wish\">My Wish List</a><br>\n");
stream << tr("Engineering by <b>Jared Bruni</b><br><br><b>This software is dedicated to all the people that experience mental illness. </b><br><br>Thanks to <b>Boris D. S</b> for testing.<br><br><br><a href=\"https://lostsidedead.biz/wish\">My Wish List</a><br>\n");
QMessageBox::information(this, tr("About Acid Cam"), about_str);
}

View File

@@ -8,7 +8,7 @@
#define _QT_HEADERS__
// uncomment below to disable Joystick with libsdl2
//#define DISABLE_JOYSTICK
#define ac_version "v1.76.14"
#define ac_version "v1.76.16"
#include<QApplication>
#include<QMainWindow>
#include<QDialog>