Mercurial > dillo_port1.3
changeset 453:817c15b79ca7
- dillorc comment change.
author | jcid |
---|---|
date | Fri, 21 Nov 2008 18:11:24 +0100 |
parents | 6d57529fdeec |
children | c0d3c2ec7140 |
files | dillorc src/uicmd.cc |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dillorc Tue Nov 11 15:15:58 2008 +0100 +++ b/dillorc Fri Nov 21 18:11:24 2008 +0100 @@ -98,8 +98,9 @@ #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # Set the proxy information for http. -# WARNING: dillo uses wget for ftp and https. To use a proxy for those -# protocols, you will need to configure wget. +# WARNING: - HTTPS does not currently use the proxy settings. +# - FTP and downloads plugins use wget. To use a proxy with them, +# you will need to configure wget accordingly. # http_proxy="http://localhost:8080/" #(by default, no proxy is used)
--- a/src/uicmd.cc Tue Nov 11 15:15:58 2008 +0100 +++ b/src/uicmd.cc Fri Nov 21 18:11:24 2008 +0100 @@ -180,7 +180,8 @@ win->add(DilloTabs); // Create and set the UI - UI *new_ui = new UI(0, 0, ww, wh, DEFAULT_TAB_LABEL, old_bw ? BW2UI(old_bw) : NULL); + UI *new_ui = new UI(0, 0, ww, wh, DEFAULT_TAB_LABEL, + old_bw ? BW2UI(old_bw) : NULL); new_ui->set_status("http://www.dillo.org/"); new_ui->tabs(DilloTabs);