mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-06 15:00:02 +01:00
updated about info
This commit is contained in:
@@ -1585,7 +1585,7 @@ void AC_MainWindow::help_About() {
|
|||||||
QString about_str;
|
QString about_str;
|
||||||
QTextStream stream(&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("<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 D. S</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>Testing by <b>Boris D. S</b><br><br><b>This software is dedicated to all the people that experience mental illness. </b><br><br><a href=\"https://lostsidedead.biz/wish\">My Wish List</a><br>\n");
|
||||||
|
|
||||||
QMessageBox::information(this, tr("About Acid Cam"), about_str);
|
QMessageBox::information(this, tr("About Acid Cam"), about_str);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user