Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
7de8e8a6
Commit
7de8e8a6
authored
Jan 28, 2016
by
Gavin Bisesi
Browse files
Merge pull request #1747 from tooomm/about_url
[WAIT] added webpage to about window
parents
5dd20181
953b183d
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
7de8e8a6
...
...
@@ -57,6 +57,7 @@
#include
"pb/event_connection_closed.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_CONTRIBUTE_URL "https://github.com/Cockatrice/Cockatrice#cockatrice"
#define GITHUB_TRANSLATOR_RECOGNIZE_URL "https://github.com/Cockatrice/Cockatrice/wiki/Translators"
...
...
@@ -278,6 +279,7 @@ void MainWindow::actAbout()
QMessageBox
::
about
(
this
,
tr
(
"About Cockatrice"
),
QString
(
"<font size=
\"
8
\"
><b>Cockatrice</b></font><br>"
+
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>"
+
"<b>"
+
tr
(
"Past Project Managers:"
)
+
"</b><br>Max-Wilhelm Bruker<br>Marcus Schütz<br><br>"
+
"<b>"
+
tr
(
"Developers:"
)
+
"</b><br>"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment