mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 14:30:03 +01:00
updated about message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user