diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-04-29 00:53:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 00:53:57 -0500 |
| commit | 75da07d190d523ae8b7ec90bf5bbe6bb1a622136 (patch) | |
| tree | 194ed1511f5b025b86b4ef93e0b0e5438bca9f93 /src/courtroom.cpp | |
| parent | 1d809726a91e6ccadb8ddca8e3f0933c985005f3 (diff) | |
| parent | 99d083d114844ce3f8274663da212784595421ed (diff) | |
Merge pull request #545 from MangosArentLiterature/default-shownames
Add default shownames
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index dcc1c1e1..094695af 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -161,6 +161,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() ui_ic_chat_name = new QLineEdit(this); ui_ic_chat_name->setFrame(false); ui_ic_chat_name->setPlaceholderText(tr("Showname")); + ui_ic_chat_name->setText(p_ao_app->get_default_showname()); ui_ic_chat_name->setObjectName("ui_ic_chat_name"); ui_ic_chat_message = new AOLineEdit(this); |
