diff --git a/src/lime_qt/aboutdialog.cpp b/src/lime_qt/aboutdialog.cpp index 51143c87f..e97dcaab5 100644 --- a/src/lime_qt/aboutdialog.cpp +++ b/src/lime_qt/aboutdialog.cpp @@ -11,7 +11,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent, Qt::WindowTitleHint | Qt::WindowCloseButtonHint | Qt::WindowSystemMenuHint), ui(std::make_unique()) { ui->setupUi(this); - ui->labelLogo->setPixmap(QIcon::fromTheme(QStringLiteral("citra")).pixmap(200)); + ui->labelLogo->setPixmap(QIcon::fromTheme(QStringLiteral("lime")).pixmap(200)); ui->labelBuildInfo->setText(ui->labelBuildInfo->text().arg( QString::fromUtf8(Common::g_build_fullname), QString::fromUtf8(Common::g_scm_branch), QString::fromUtf8(Common::g_scm_desc), QString::fromUtf8(Common::g_build_date).left(10))); diff --git a/src/lime_qt/aboutdialog.ui b/src/lime_qt/aboutdialog.ui index 86fb80113..ee96b52cb 100644 --- a/src/lime_qt/aboutdialog.ui +++ b/src/lime_qt/aboutdialog.ui @@ -27,7 +27,7 @@ - <html><head/><body><p><img src=":/icons/lime.png"/></p></body></html> + <html><head/><body><p><img src=":/icons/lime.png"/></p></body></html> @@ -87,7 +87,7 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Lime3DS is a free and open source 3DS emulator licensed under GPLv2.0 or any later version.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Lime is a free and open source 3DS emulator licensed under GPLv2.0 or any later version.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">This software should not be used to play games you have not legally obtained.</span></p></body></html> @@ -115,7 +115,7 @@ p, li { white-space: pre-wrap; } - <html><head/><body><p><a href="https://citra-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://community.citra-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Forum</span></a> | <a href="https://github.com/citra-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/citra-emu/citra/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/citra-emu/citra/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html> + <html><head/><body><p><a href="https://lime3ds.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://discord.com/invite/4ZjMpAp3M6"><span style=" text-decoration: underline; color:#039be5;">Discord</span></a> | <a href="https://github.com/Lime3DS/Lime3DS"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/orgs/Lime3DS/people"><span style=" text-decoration: underline; color:#039be5;">Main Contributors</span></a> | <a href="https://github.com/Lime3DS/Lime3DS/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html> true @@ -131,7 +131,7 @@ p, li { white-space: pre-wrap; } - <html><head/><body><p><span style=" font-size:7pt;">&quot;3DS&quot; is a trademark of Nintendo. Lime3DS is not affiliated with Nintendo in any way.</span></p></body></html> + <html><head/><body><p><span style=" font-size:7pt;">&quot;3DS&quot; is a trademark of Nintendo. Lime is not affiliated with Nintendo in any way.</span></p></body></html> diff --git a/src/lime_qt/main.cpp b/src/lime_qt/main.cpp index f430e9c9b..4ab0cdb9b 100644 --- a/src/lime_qt/main.cpp +++ b/src/lime_qt/main.cpp @@ -961,7 +961,7 @@ void GMainWindow::ConnectMenuEvents() { // Help connect_menu(ui->action_Open_Citra_Folder, &GMainWindow::OnOpenCitraFolder); connect_menu(ui->action_FAQ, []() { - QDesktopServices::openUrl(QUrl(QStringLiteral("https://citra-emu.org/wiki/faq/"))); + QDesktopServices::openUrl(QUrl(QStringLiteral("https://discord.com/invite/4ZjMpAp3M6"))); }); connect_menu(ui->action_About, &GMainWindow::OnMenuAboutCitra); diff --git a/src/lime_qt/main.ui b/src/lime_qt/main.ui index fe5c3db86..a5aedc464 100644 --- a/src/lime_qt/main.ui +++ b/src/lime_qt/main.ui @@ -296,7 +296,7 @@ - FAQ + Discord