summaryrefslogtreecommitdiff
path: root/src/gui/emotewindow.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 22:55:57 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 22:55:57 +0100
commit968f06bb452449869532250b5ea722e29cb22991 (patch)
treee398c3b09ba484e65a90938334e76d34e2ad6fb2 /src/gui/emotewindow.cpp
parente4d63db096901c1d67d0feb72d77bc5d0c8ba1b3 (diff)
downloadmana-client-968f06bb452449869532250b5ea722e29cb22991.tar.gz
mana-client-968f06bb452449869532250b5ea722e29cb22991.tar.bz2
mana-client-968f06bb452449869532250b5ea722e29cb22991.tar.xz
mana-client-968f06bb452449869532250b5ea722e29cb22991.zip
Don't make window name translatable
The window name is used in the configuration file, in contrast to the window title.
Diffstat (limited to 'src/gui/emotewindow.cpp')
-rw-r--r--src/gui/emotewindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/emotewindow.cpp b/src/gui/emotewindow.cpp
index 30ee3cd3..745d10a9 100644
--- a/src/gui/emotewindow.cpp
+++ b/src/gui/emotewindow.cpp
@@ -35,7 +35,7 @@
EmoteWindow::EmoteWindow():
Window(_("Emote"))
{
- setWindowName(_("Emote"));
+ setWindowName("Emote");
setResizable(true);
setCloseButton(true);
setMinWidth(80);