From a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Feb 2014 01:39:10 +0100 Subject: Fix help uri for applets --- charpick/properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charpick/properties.c') diff --git a/charpick/properties.c b/charpick/properties.c index 8038af58..e732a730 100644 --- a/charpick/properties.c +++ b/charpick/properties.c @@ -500,7 +500,7 @@ phelp_cb (GtkDialog *dialog, gint tab, gpointer data) GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "help:char-palette?charpick-prefs", + "help:mate-char-palette/charpick-prefs", gtk_get_current_event_time (), &error); -- cgit v1.2.1