diff options
author | infirit <[email protected]> | 2015-07-16 10:43:45 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-16 10:43:45 +0200 |
commit | 1ef2be4756025d82280c094e131a89aa9c427c86 (patch) | |
tree | 4b452ff191a55462f2e3144b7f9af9931851bb9d /stickynotes/stickynotes_applet_callbacks.c | |
parent | acaf774a2d6a9dbfa9c7434767cd60d533ceab11 (diff) | |
download | mate-applets-1ef2be4756025d82280c094e131a89aa9c427c86.tar.bz2 mate-applets-1ef2be4756025d82280c094e131a89aa9c427c86.tar.xz |
help: rename to mate-sticky-notes
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.c')
-rw-r--r-- | stickynotes/stickynotes_applet_callbacks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c index 8e5890db..0300fbf8 100644 --- a/stickynotes/stickynotes_applet_callbacks.c +++ b/stickynotes/stickynotes_applet_callbacks.c @@ -337,7 +337,7 @@ void menu_help_cb(GtkAction *action, StickyNotesApplet *applet) { GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet->w_applet)), - "help:mate-stickynotes_applet", + "help:mate-stickynotes-applet", gtk_get_current_event_time (), &error); if (error) { @@ -538,7 +538,7 @@ void preferences_response_cb(GtkWidget *dialog, gint response, gpointer data) if (response == GTK_RESPONSE_HELP) { GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "help:mate-stickynotes_applet/stickynotes-advanced-settings", + "help:mate-stickynotes-applet/stickynotes-advanced-settings", gtk_get_current_event_time (), &error); if (error) { |