mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Change version in about window and installer name (#2570)
* Change version in about window and installer name * Change version in about window and installer name * Cmake get version updates * dev snapshot format changed * alignment changes
This commit is contained in:
parent
5f3a3f535a
commit
3356b2ede7
5 changed files with 202 additions and 25 deletions
|
|
@ -285,7 +285,7 @@ void MainWindow::actAbout()
|
|||
{
|
||||
QMessageBox mb(QMessageBox::NoIcon, tr("About Cockatrice"), QString(
|
||||
"<font size=\"8\"><b>Cockatrice</b></font><br>"
|
||||
+ tr("Version %1").arg(VERSION_STRING)
|
||||
+ tr("Version<br>%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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue