diff --git a/src/lobby.cpp b/src/lobby.cpp index 79f18e5..4ca4f49 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -339,10 +339,18 @@ void Lobby::on_about_clicked() "https://github.com/AttorneyOnline/AO2-Client" "
Major development:
"
"OmniTroid, stonedDiscord, longbyte1, gameboyprinter, Cerapter"
+ "
2.8 Major Release development:
"
+ "Crystalwarrior, Iamgoofball"
+ "
2.8 Quality Assurance:
"
+ "WillDean, Captain N, Mr M, Riel, Seimmet, Fury McFlurry,"
+ "CedricDewitt, Chewable Tablets, Fantos, Futugaze,"
+ "Geck, Minx, Pandae, Sierra, CrazyJC, CaseyMayCazy,"
+ "GreenBowers, Robotic Overlord, Veritas, Gin-Gi"
"
Special thanks:
"
"Remy, Iamgoofball, Hibiki, Qubrick (webAO), Ruekasu (UI design), "
"Draxirch (UI design), Unishred, Argoneus (tsuserver), Fiercy, "
- "Noevain, Cronnicossy")
+ "Noevain, Cronnicossy, the AO2 community, server hosts, game masters,"
+ "case makers, content creators and players!")
.arg(ao_app->get_version_string());
QMessageBox::about(this, "About", msg);
}