From bf3f087979f3a0c87574d206c24affc6586b82f8 Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Tue, 21 Sep 2021 15:05:34 -0700 Subject: [PATCH] updated about message --- src/main_window.cpp | 2 +- src/qtheaders.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main_window.cpp b/src/main_window.cpp index 6bd80ab..6686cd5 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -1585,7 +1585,7 @@ void AC_MainWindow::help_About() { QString about_str; QTextStream stream(&about_str); stream << tr("Acid Cam Qt version: ") << ac_version << " filters: " << ac::version.c_str() << "

"; - stream << tr("Engineering by Jared Bruni

This software is dedicated to all the people that experience mental illness.

Thanks to Boris for testing.


My Wish List
\n"); + stream << tr("Engineering by Jared Bruni

This software is dedicated to all the people that experience mental illness.

Thanks to Boris D. S for testing.


My Wish List
\n"); QMessageBox::information(this, tr("About Acid Cam"), about_str); } diff --git a/src/qtheaders.h b/src/qtheaders.h index a075855..d71712d 100644 --- a/src/qtheaders.h +++ b/src/qtheaders.h @@ -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 #include #include