summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/sidebarwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index 1167ebe3..cf5b1a1e 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -364,7 +364,7 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) {
364 div, 364 div,
365 iClob(new_LabelWidget("See " uiTextStrong_ColorEscape "Help" uiText_ColorEscape 365 iClob(new_LabelWidget("See " uiTextStrong_ColorEscape "Help" uiText_ColorEscape
366 " for more information about TLS client certificates.", 366 " for more information about TLS client certificates.",
367 "!open newtab:1 gotoheading:Identities url:about:help")), 367 "!open newtab:1 gotoheading:1.6 url:about:help")),
368 frameless_WidgetFlag | fixedHeight_WidgetFlag | wrapText_WidgetFlag); 368 frameless_WidgetFlag | fixedHeight_WidgetFlag | wrapText_WidgetFlag);
369 addChild_Widget(d->blank, iClob(div)); 369 addChild_Widget(d->blank, iClob(div));
370 } 370 }