From 824427e2fe2a840c53ec97d98c63ab8c1a988393 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 16 Apr 2013 11:14:15 +0200 Subject: pass menutitle through i18n() to get it localized -.- --- src/webwindow/rekonqfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webwindow/rekonqfactory.cpp b/src/webwindow/rekonqfactory.cpp index af15bf42..86c60b55 100644 --- a/src/webwindow/rekonqfactory.cpp +++ b/src/webwindow/rekonqfactory.cpp @@ -322,7 +322,7 @@ void RekonqFactory::fillMenu(KMenu *m, QDomNode node) if (el.tagName() == QL1S("text")) { - const QString menuTitle = el.text(); + const QString menuTitle = i18n(qPrintable(el.text())); m->setTitle(menuTitle); } -- cgit v1.2.1