From c0d8fda1d912fb65f877252648810a64306b8739 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 16 Dec 2020 21:12:12 +0200 Subject: Fixed link to Help from the Identities sidebar tab --- src/ui/sidebarwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') 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) { div, iClob(new_LabelWidget("See " uiTextStrong_ColorEscape "Help" uiText_ColorEscape " for more information about TLS client certificates.", - "!open newtab:1 gotoheading:Identities url:about:help")), + "!open newtab:1 gotoheading:1.6 url:about:help")), frameless_WidgetFlag | fixedHeight_WidgetFlag | wrapText_WidgetFlag); addChild_Widget(d->blank, iClob(div)); } -- cgit v1.2.3