aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 264192d9..d3e3728e 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -111,6 +111,8 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
ui_ooc_chat_name->setFrame(false);
ui_ooc_chat_name->setPlaceholderText("Name");
+ ui_ooc_chat_name->setText(p_ao_app->get_default_username());
+
//ui_area_password = new QLineEdit(this);
//ui_area_password->setFrame(false);
ui_music_search = new QLineEdit(this);