talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 1b59ce9a396fc163ae4d01d336d20c9f7da06293
parent 5c1c396395406dd205cdb470dc7da741145b0af1
Author: Paul <paul@claws-mail.org>
Date:   Mon, 11 Jun 2018 10:16:54 +0100

move 'Proxy' page from Other/ to Mail Handling/

Diffstat:
Msrc/prefs_proxy.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/prefs_proxy.c b/src/prefs_proxy.c @@ -215,7 +215,7 @@ void prefs_proxy_init(void) ProxyPage *page; static gchar *path[3]; - path[0] = _("Other"); + path[0] = _("Mail Handling"); path[1] = _("Proxy"); path[2] = NULL; @@ -224,7 +224,7 @@ void prefs_proxy_init(void) page->page.create_widget = prefs_proxy_create_widget; page->page.destroy_widget = prefs_proxy_destroy_widget; page->page.save_page = prefs_proxy_save; - page->page.weight = 5.0; + page->page.weight = 190.0; prefs_gtk_register_page((PrefsPage *)page); prefs_proxy = page;