diff options
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 5db4b9bfd..4d822afc1 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -83,7 +83,7 @@ static const char *const ACTION_COLOR_PICKER = "color picker"; ChatWindow::ChatWindow() : // TRANSLATORS: chat window name - Window(_("Chat"), false, nullptr, "chat.xml"), + Window(_("Chat"), Modal_false, nullptr, "chat.xml"), ActionListener(), KeyListener(), AttributeListener(), |