diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-03-15 12:34:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-15 12:34:22 +0100 |
| commit | 4b0110d96cb3ad383d8ca517faa3c5235bed21df (patch) | |
| tree | 652bdbeeef67b28f9206694273e636cf955bdcc5 | |
| parent | 1b0930b977b5e7ee1b7bd1c7eeb9625702d928e3 (diff) | |
| parent | 64f18ee632c48bbcb961b4eadd886a7cc42313b7 (diff) | |
Merge pull request #123 from in1tiate/oocplaceholder
Add placeholder text to OOC message box
| -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 39f949b7..7f5d911c 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -150,6 +150,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() ui_ooc_chat_message = new QLineEdit(this); ui_ooc_chat_message->setFrame(false); + ui_ooc_chat_message->setPlaceholderText(tr("OOC Message")); ui_ooc_chat_name = new QLineEdit(this); ui_ooc_chat_name->setFrame(false); |
