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/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/help.cpp') diff --git a/src/gui/help.cpp b/src/gui/help.cpp index c7f95001..30c6a9c4 100644 --- a/src/gui/help.cpp +++ b/src/gui/help.cpp @@ -36,7 +36,7 @@ HelpWindow::HelpWindow(): setMinWidth(300); setMinHeight(250); setContentSize(455, 350); - setWindowName(_("Help")); + setWindowName("Help"); setResizable(true); mBrowserBox = new BrowserBox; -- cgit v1.2.3-70-g09d2