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, 2 insertions, 2 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 7ca065b1..6969599b 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -765,10 +765,10 @@ iWidget *makePreferences_Widget(void) {
765 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(8))), "prefs.uiscale"); 765 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(8))), "prefs.uiscale");
766 addChild_Widget(headings, iClob(makeHeading_Widget(uiHeading_ColorEscape "Proxies"))); 766 addChild_Widget(headings, iClob(makeHeading_Widget(uiHeading_ColorEscape "Proxies")));
767 addChild_Widget(values, iClob(makeHeading_Widget(""))); 767 addChild_Widget(values, iClob(makeHeading_Widget("")));
768 addChild_Widget(headings, iClob(makeHeading_Widget("HTTP proxy:")));
769 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.http");
770 addChild_Widget(headings, iClob(makeHeading_Widget("Gopher proxy:"))); 768 addChild_Widget(headings, iClob(makeHeading_Widget("Gopher proxy:")));
771 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.gopher"); 769 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.gopher");
770 addChild_Widget(headings, iClob(makeHeading_Widget("HTTP proxy:")));
771 setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.proxy.http");
772 arrange_Widget(dlg); 772 arrange_Widget(dlg);
773 /* Text input widths. */ { 773 /* Text input widths. */ {
774 const int inputWidth = width_Rect(page->rect) - width_Rect(headings->rect); 774 const int inputWidth = width_Rect(page->rect) - width_Rect(headings->rect);