diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-05 23:04:47 +0200 |
---|---|---|
committer | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-05 23:04:47 +0200 |
commit | 387526e5c03109e70ce892c0d9ae12f828fe9832 (patch) | |
tree | ab2653933ea4be19059c6343d76b7bea4c95c58c /src | |
parent | add a minimum size to the configuration panel (diff) | |
download | rekonq-387526e5c03109e70ce892c0d9ae12f828fe9832.tar.xz |
Replace privacy icon and text by history
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.cpp | 4 |
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); |