diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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))); |