From 892cddc30a03f32f249dadac7be4f39667bd1410 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 1 Apr 2009 23:53:48 +0200 Subject: Fixed no more used download action && i18n --> QLatin1String on "private_browsing".. --- src/mainwindow.cpp | 2 +- src/rekonqui.rc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 92040bfe..08b6e33c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -222,7 +222,7 @@ void MainWindow::setupActions() a = new KAction(i18n("Private &Browsing..."), this); a->setCheckable(true); - actionCollection()->addAction(i18n("private_browsing"), a); + actionCollection()->addAction(QLatin1String("private_browsing"), a); connect(a, SIGNAL(triggered(bool)) , this, SLOT(slotPrivateBrowsing())); a = new KAction(KIcon("zoom-in"), i18n("&Enlarge Font"), this); diff --git a/src/rekonqui.rc b/src/rekonqui.rc index bc4f9c37..4cb5bbf5 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,6 +1,6 @@ - + @@ -58,7 +58,6 @@ - -- cgit v1.2.1