mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Add comp architecture (#2968)
This commit is contained in:
parent
c8122c94ef
commit
6fc1aaef90
4 changed files with 83 additions and 33 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#include "localserver.h"
|
||||
#include "localserverinterface.h"
|
||||
#include "localclient.h"
|
||||
#include "logger.h"
|
||||
#include "settingscache.h"
|
||||
#include "tab_game.h"
|
||||
#include "version_string.h"
|
||||
|
|
@ -282,7 +283,7 @@ void MainWindow::actExit()
|
|||
void MainWindow::actAbout()
|
||||
{
|
||||
QMessageBox mb(QMessageBox::NoIcon, tr("About Cockatrice"), QString(
|
||||
"<font size=\"8\"><b>Cockatrice</b></font><br>"
|
||||
"<font size=\"8\"><b>Cockatrice</b></font> (" + QString::fromStdString(BUILD_ARCHITECTURE) + ")<br>"
|
||||
+ tr("Version") + QString(" %1").arg(VERSION_STRING)
|
||||
+ "<br><br><b><a href='" + GITHUB_PAGES_URL + "'>" + tr("Cockatrice Webpage") + "</a></b><br>"
|
||||
+ "<br><br><b>" + tr("Project Manager:") + "</b><br>Gavin Bisesi<br><br>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue