summaryrefslogtreecommitdiff
path: root/charpick
diff options
context:
space:
mode:
Diffstat (limited to 'charpick')
-rw-r--r--charpick/charpick.c2
-rw-r--r--charpick/properties.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/charpick/charpick.c b/charpick/charpick.c
index adce6bcf..861c29a8 100644
--- a/charpick/charpick.c
+++ b/charpick/charpick.c
@@ -610,7 +610,7 @@ help_cb (GtkAction *action,
GError *error = NULL;
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (curr_data->applet)),
- "help:char-palette",
+ "help:mate-char-palette",
gtk_get_current_event_time (),
&error);
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);