From 968f06bb452449869532250b5ea722e29cb22991 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 15 Feb 2009 22:55:57 +0100 Subject: Don't make window name translatable The window name is used in the configuration file, in contrast to the window title. --- src/gui/recorder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/recorder.cpp') diff --git a/src/gui/recorder.cpp b/src/gui/recorder.cpp index 40ef974b..8177f108 100644 --- a/src/gui/recorder.cpp +++ b/src/gui/recorder.cpp @@ -34,7 +34,7 @@ Recorder::Recorder(ChatWindow *chat, const std::string &title, const std::string &buttonTxt) : Window(title) { - setWindowName(_("Recorder")); + setWindowName("Recorder"); const int offsetX = 2 * getPadding() + 10; const int offsetY = getTitleBarHeight() + getPadding() + 10; -- cgit v1.2.3-70-g09d2