From f7963018fbc84e7ff5f0cea8a0d255a5247fd687 Mon Sep 17 00:00:00 2001 From: lostjared Date: Tue, 29 Aug 2017 13:18:39 -0700 Subject: [PATCH] updated about box --- src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_window.cpp b/src/main_window.cpp index 884a2ff..695238c 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -675,7 +675,7 @@ void AC_MainWindow::help_About() { QString about_str; QTextStream stream(&about_str); stream << tr("Acid Cam Qt version: ") << ac_version << "

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

My Social Media Accounts

\n\n GitHub
\nYouTube
Instagram
Facebook
Twitter


\n"); + stream << tr("Written by Jared Bruni

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

My Social Media Accounts

\n\n GitHub
\nYouTube
Instagram
Facebook
Twitter


\n"); QMessageBox::information(this, tr("About Acid Cam"), about_str); }