From 9f361df7065e4171ca75b3d7e21252e0a2dae722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Wed, 16 Dec 2020 21:12:12 +0200 Subject: [PATCH 1/1] Fixed link to Help from the Identities sidebar tab --- src/ui/sidebarwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.34.1