summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 1ad3f30e..6c9d75dc 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -1136,7 +1136,9 @@ iWidget *makePreferences_Widget(void) {
1136 addChild_Widget(values, iClob(makeToggle_Widget("prefs.biglede"))); 1136 addChild_Widget(values, iClob(makeToggle_Widget("prefs.biglede")));
1137 } 1137 }
1138 /* Proxies. */ { 1138 /* Proxies. */ {
1139 appendTwoColumnPage_(tabs, "Proxies", '5', &headings, &values); 1139 appendTwoColumnPage_(tabs, "Network", '5', &headings, &values);
1140 addChild_Widget(headings, iClob(makeHeading_Widget("Decode paths:")));
1141 addChild_Widget(values, iClob(makeToggle_Widget("prefs.decodeurls")));
1140 addChild_Widget(headings, iClob(makeHeading_Widget("Gemini proxy:"))); 1142 addChild_Widget(headings, iClob(makeHeading_Widget("Gemini proxy:")));
1141 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.gemini"); 1143 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.gemini");
1142 addChild_Widget(headings, iClob(makeHeading_Widget("Gopher proxy:"))); 1144 addChild_Widget(headings, iClob(makeHeading_Widget("Gopher proxy:")));