Skip to content

Commit

Permalink
Update about, something I've been meaning to do
Browse files Browse the repository at this point in the history
  • Loading branch information
1ahmadbassam committed Aug 18, 2024
1 parent c1c6d48 commit ea54517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/qt_mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ MainWindow::on_actionAbout_86Box_triggered()
#endif
versioninfo.append(QString(" [%1, %2]").arg(QSysInfo::buildCpuArchitecture(), tr(DYNAREC_STR)));
msgBox.setText(QString("<b>%3%1%2</b>").arg(EMU_VERSION_FULL, versioninfo, tr("86Box v")));
msgBox.setInformativeText(tr("An emulator of old computers\n\nAuthors: Miran Grča (OBattler), RichardG867, Jasmine Iwanek, TC1995, coldbrewed, Teemu Korhonen (Manaatti), Joakim L. Gilje, Adrien Moulin (elyosh), Daniel Balsom (gloriouscow), Cacodemon345, Fred N. van Kempen (waltje), Tiseno100, reenigne, and others.\n\nWith previous core contributions from Sarah Walker, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2 or later. See LICENSE for more information."));
msgBox.setInformativeText(tr("An emulator of old computers.\n\nReleased under the GNU General Public License version 2 or later. See LICENSE for more information.\n\nCustom cache-enabled builds provided by @1ahmadbassam.\n\nPlease confirm the existence of issues in original 86box before reporting them to its authors."));
msgBox.setWindowTitle("About 86Box");
msgBox.addButton("OK", QMessageBox::ButtonRole::AcceptRole);
const auto webSiteButton = msgBox.addButton(EMU_SITE, QMessageBox::ButtonRole::HelpRole);
Expand Down

0 comments on commit ea54517

Please sign in to comment.