diff options
author | infirit <[email protected]> | 2014-02-05 01:39:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-05 01:52:51 +0100 |
commit | 0dbf2f8672579549f09a39fa5c238e8347e3f9dd (patch) | |
tree | b793a77aced2a289047b58fd4f757ad579112f7d /stickynotes/stickynotes.c | |
parent | 2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff) | |
download | mate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.bz2 mate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.xz |
Fix help uri for applets
Diffstat (limited to 'stickynotes/stickynotes.c')
-rw-r--r-- | stickynotes/stickynotes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c index bb80dcf3..d4e82ace 100644 --- a/stickynotes/stickynotes.c +++ b/stickynotes/stickynotes.c @@ -388,7 +388,7 @@ response_cb (GtkWidget *dialog, gint id, gpointer data) { if (id == GTK_RESPONSE_HELP) gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "help:stickynotes_applet?stickynotes-settings-individual", + "help:mate-stickynotes_applet/stickynotes-settings-individual", gtk_get_current_event_time (), NULL); else if (id == GTK_RESPONSE_CLOSE) |