mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 12:20:00 +01:00
added link to the about message
This commit is contained in:
@@ -844,7 +844,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 << "</b><br><br> ";
|
stream << tr("<b>Acid Cam Qt version: ") << ac_version << "</b><br><br> ";
|
||||||
stream << tr("Written by <b>Jared Bruni</b><br><br><b>This software is dedicated to all the people that struggle with mental illness. </b><br><br><b>My Social Media Accounts</b><br><br>\n\n <a href=\"http://github.com/lostjared\">GitHub</a><br>\n<a href=\"http://youtube.com/lostjared\">YouTube</a><br><a href=\"http://instagram.com/lostjared\">Instagram</a><br><a href=\"http://facebook.com/LostSideDead0x\">Facebook</a><br><a href=\"http://twitter.com/jaredbruni\">Twitter</a><br><br><br>\n");
|
stream << tr("Engineering by <b>Jared Bruni</b><br><br><b>This software is dedicated to all the people that struggle with mental illness. </b><br><br><b>My Social Media Accounts</b><br><br>\n\n <a href=\"http://github.com/lostjared\">GitHub</a><br>\n<a href=\"http://youtube.com/lostjared\">YouTube</a><br><a href=\"http://instagram.com/lostjared\">Instagram</a><br><a href=\"http://facebook.com/LostSideDead0x\">LostSideDead Facebook</a><br><a href=\"http://facebook.com/lostsidedead\">My Facebook</a><br><a href=\"http://twitter.com/jaredbruni\">Twitter</a><br><br><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