From 170f910705e27a9e7b83d2a13cf115be4220553e Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 29 Mar 2020 20:50:45 +0100 Subject: [PATCH] Fix context-sensitive help fault Context-sensitive help for Preferences/Toolbar Status was not correct --- src/preferences.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/preferences.c b/src/preferences.c index af755f97..599620a0 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -500,6 +500,7 @@ static void config_window_help_cb(GtkWidget *widget, gpointer data) "GuideOptionsColor.html", "GuideOptionsStereo.html", "GuideOptionsBehavior.html", + "GuideOptionsToolbar.html", "GuideOptionsToolbar.html" }; -- 2.20.1