Inject wholesome

This commit is contained in:
Crystalwarrior 2019-10-03 17:13:23 +03:00
parent bdef10ace5
commit cfc3312840

View File

@ -339,10 +339,18 @@ void Lobby::on_about_clicked()
"https://github.com/AttorneyOnline/AO2-Client</a>" "https://github.com/AttorneyOnline/AO2-Client</a>"
"<p><b>Major development:</b><br>" "<p><b>Major development:</b><br>"
"OmniTroid, stonedDiscord, longbyte1, gameboyprinter, Cerapter" "OmniTroid, stonedDiscord, longbyte1, gameboyprinter, Cerapter"
"<p><b>2.8 Major Release development:</b><br>"
"Crystalwarrior, Iamgoofball"
"<p><b>2.8 Quality Assurance:</b><br>"
"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"
"<p><b>Special thanks:</b><br>" "<p><b>Special thanks:</b><br>"
"Remy, Iamgoofball, Hibiki, Qubrick (webAO), Ruekasu (UI design), " "Remy, Iamgoofball, Hibiki, Qubrick (webAO), Ruekasu (UI design), "
"Draxirch (UI design), Unishred, Argoneus (tsuserver), Fiercy, " "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()); .arg(ao_app->get_version_string());
QMessageBox::about(this, "About", msg); QMessageBox::about(this, "About", msg);
} }