diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 21:17:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 21:17:14 +0200 |
commit | b19f1410a9f0f0a0b6c9141fe399a98248eed594 (patch) | |
tree | fccb620dcf2bc834613334ac1561cf903196fa9d /src/settings.cpp | |
parent | pedantic (diff) | |
download | rekonq-b19f1410a9f0f0a0b6c9141fe399a98248eed594.tar.xz |
Fixed Webkit settings, removing tools actions (no use case in settings, for me)
Private Browsing & Web Inspector.
Fixed that actions in tools menu
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 7dc01d83..5922d786 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -140,10 +140,8 @@ void SettingsDialog::setWebSettingsToolTips() d->webkitUi.kcfg_javascriptEnabled->setToolTip(i18n("Enables the running of JavaScript programs.") ); d->webkitUi.kcfg_javaEnabled->setToolTip(i18n("Enables Java applets.") ); d->webkitUi.kcfg_pluginsEnabled->setToolTip(i18n("Enables plugins in web pages.") ); - d->webkitUi.kcfg_privateBrowsingEnabled->setToolTip(i18n("Prevents WebKit from recording visited pages in the history.") ); d->webkitUi.kcfg_javascriptCanOpenWindows->setToolTip(i18n("Allows JavaScript programs to opening new windows.") ); d->webkitUi.kcfg_javascriptCanAccessClipboard->setToolTip(i18n("Allows JavaScript programs to reading/writing to the clipboard.") ); - d->webkitUi.kcfg_developerExtrasEnabled->setToolTip(i18n("Enables extra tools for Web developers") ); d->webkitUi.kcfg_linksIncludedInFocusChain->setToolTip(i18n("Includes hyperlinks in the keyboard focus chain.") ); d->webkitUi.kcfg_zoomTextOnly->setToolTip(i18n("Applies the zoom factor on a frame to only the text or all content.") ); d->webkitUi.kcfg_printElementBackgrounds->setToolTip(i18n("Draws also background color and images when the page is printed.") ); |