diff options
author | portix <portix@gmx.net> | 2012-03-06 01:14:33 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-03-06 01:14:33 +0100 |
commit | dc74ec6b4d21f4b6c0bcbd4eb7a071a2c3c21f04 (patch) | |
tree | da85f67f6e5545fb65218f21aacd18818c72a70c /util | |
parent | 24ca1c58cd6ea7b118e8ecf91b088192bcad59f9 (diff) | |
download | dwb-dc74ec6b4d21f4b6c0bcbd4eb7a071a2c3c21f04.zip |
New setting scheme-handler, closing #117; removed settings 'mail-client' and 'ftp-client'
Diffstat (limited to 'util')
-rw-r--r-- | util/settings.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/settings.in b/util/settings.in index 5b413843..9127eb61 100644 --- a/util/settings.in +++ b/util/settings.in @@ -135,10 +135,9 @@ enable-site-specific-quirks checkbox Enable site specific compatibility workarou enable-spatial-navigation checkbox Enable spatial navigation enable-universal-access-from-file-uris checkbox Whether to allow files loaded through file: enable-xss-auditor checkbox Whether to enable the xss auditor -ftp-client text Application used for ftp history-length text Length of the browsing history -mail-client text Application used for mailto:-urls navigation-history-max Length of the navigation history print-backgrounds checkbox Whether background images should be printed +scheme-handler Application or script that handles uris with schemes that cannot be handled by dwb sync-history text Interval to save history to disk, 0 means save immediately tab-key-cycles-through-elements checkbox Tab cycles through elements in insert mode |