diff options
author | infirit <[email protected]> | 2014-02-05 01:39:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-08 17:26:52 +0100 |
commit | a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7 (patch) | |
tree | b793a77aced2a289047b58fd4f757ad579112f7d /charpick/properties.c | |
parent | 2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff) | |
download | mate-applets-a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7.tar.bz2 mate-applets-a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7.tar.xz |
Fix help uri for applets
Diffstat (limited to 'charpick/properties.c')
-rw-r--r-- | charpick/properties.c | 2 |
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); |