From d254e6e604a7b2807a8348f486286579acafe86d Mon Sep 17 00:00:00 2001 From: Tirtha Chatterjee Date: Mon, 22 Aug 2011 15:53:26 +0530 Subject: Corrected casing for 'Set Editable' action, also added an icon to it --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 12027a94..28480d03 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -514,7 +514,7 @@ void MainWindow::setupActions() connect(a, SIGNAL(triggered(bool)), this, SLOT(showUserAgentSettings())); // Editable Page - a = new KAction(KIcon(""), i18n("set editable"), this); + a = new KAction(KIcon("document-edit"), i18n("Set Editable"), this); a->setCheckable(true); actionCollection()->addAction(QL1S("set_editable"), a); connect(a, SIGNAL(triggered(bool)), this, SLOT(setEditable(bool))); -- cgit v1.2.1