mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
added url to about
added gh pages url
This commit is contained in:
parent
924bbb2245
commit
953b183dab
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
||||||
#include "pb/event_connection_closed.pb.h"
|
#include "pb/event_connection_closed.pb.h"
|
||||||
#include "pb/event_server_shutdown.pb.h"
|
#include "pb/event_server_shutdown.pb.h"
|
||||||
|
|
||||||
|
#define GITHUB_PAGES_URL "https://cockatrice.github.io"
|
||||||
#define GITHUB_CONTRIBUTORS_URL "https://github.com/Cockatrice/Cockatrice/graphs/contributors?type=c"
|
#define GITHUB_CONTRIBUTORS_URL "https://github.com/Cockatrice/Cockatrice/graphs/contributors?type=c"
|
||||||
#define GITHUB_CONTRIBUTE_URL "https://github.com/Cockatrice/Cockatrice#cockatrice"
|
#define GITHUB_CONTRIBUTE_URL "https://github.com/Cockatrice/Cockatrice#cockatrice"
|
||||||
#define GITHUB_TRANSLATOR_RECOGNIZE_URL "https://github.com/Cockatrice/Cockatrice/wiki/Translators"
|
#define GITHUB_TRANSLATOR_RECOGNIZE_URL "https://github.com/Cockatrice/Cockatrice/wiki/Translators"
|
||||||
|
|
@ -273,6 +274,7 @@ void MainWindow::actAbout()
|
||||||
QMessageBox::about(this, tr("About Cockatrice"), QString(
|
QMessageBox::about(this, tr("About Cockatrice"), QString(
|
||||||
"<font size=\"8\"><b>Cockatrice</b></font><br>"
|
"<font size=\"8\"><b>Cockatrice</b></font><br>"
|
||||||
+ tr("Version %1").arg(VERSION_STRING)
|
+ tr("Version %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>"
|
+ "<br><br><b>" + tr("Project Manager:") + "</b><br>Gavin Bisesi<br><br>"
|
||||||
+ "<b>" + tr("Past Project Managers:") + "</b><br>Max-Wilhelm Bruker<br>Marcus Schütz<br><br>"
|
+ "<b>" + tr("Past Project Managers:") + "</b><br>Max-Wilhelm Bruker<br>Marcus Schütz<br><br>"
|
||||||
+ "<b>" + tr("Developers:") + "</b><br>"
|
+ "<b>" + tr("Developers:") + "</b><br>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue