summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorLionel Chauvin <megabigbug@yahoo.fr>2009-08-05 23:04:47 +0200
committerLionel Chauvin <megabigbug@yahoo.fr>2009-08-05 23:04:47 +0200
commit387526e5c03109e70ce892c0d9ae12f828fe9832 (patch)
treeab2653933ea4be19059c6343d76b7bea4c95c58c /src/settings.cpp
parentadd a minimum size to the configuration panel (diff)
downloadrekonq-387526e5c03109e70ce892c0d9ae12f828fe9832.tar.xz
Replace privacy icon and text by history
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 0f8bcfee..e0f9e8e7 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -97,8 +97,8 @@ Private::Private(SettingsDialog *parent)
widget = new QWidget;
privacyUi.setupUi(widget);
widget->layout()->setMargin(0);
- pageItem = parent->addPage(widget , i18n("Privacy"));
- pageItem->setIcon(KIcon("preferences-desktop-personal"));
+ pageItem = parent->addPage(widget , i18n("History"));
+ pageItem->setIcon(KIcon("view-history"));
KCModuleInfo cookiesInfo("cookies.desktop");
cookiesModule = new KCModuleProxy(cookiesInfo,parent);