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