summaryrefslogtreecommitdiff
path: root/charpick/properties.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-05 01:39:10 +0100
committerinfirit <[email protected]>2014-02-05 01:52:51 +0100
commit0dbf2f8672579549f09a39fa5c238e8347e3f9dd (patch)
treeb793a77aced2a289047b58fd4f757ad579112f7d /charpick/properties.c
parent2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff)
downloadmate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.bz2
mate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.xz
Fix help uri for applets
Diffstat (limited to 'charpick/properties.c')
-rw-r--r--charpick/properties.c2
1 files changed, 1 insertions, 1 deletions
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);