aboutsummaryrefslogtreecommitdiff
path: root/lobby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lobby.cpp')
-rw-r--r--lobby.cpp15
1 files changed, 13 insertions, 2 deletions
diff --git a/lobby.cpp b/lobby.cpp
index cbf32ab..c47b673 100644
--- a/lobby.cpp
+++ b/lobby.cpp
@@ -240,8 +240,19 @@ void Lobby::on_connect_released()
void Lobby::on_about_clicked()
{
- //T0D0: add something real here
- call_error("YEBOIIII");
+ call_notice("Attorney Online 2 is built using Qt 5.7\n\n"
+ "Lead development:\n"
+ "OmniTroid\n\n"
+ "Supporting development:\n"
+ "stonedDiscord\n"
+ "Fiercy\n\n"
+ "UI design:\n"
+ "Ruekasu\n"
+ "Draxirch\n\n"
+ "Special thanks:\n"
+ "Unishred\n"
+ "Argoneus\n"
+ "Cronnicossy");
}
void Lobby::on_server_list_clicked(QModelIndex p_model)