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.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.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 8e6d8de6..9abfb066 100644 --- a/stickynotes/stickynotes.c +++ b/stickynotes/stickynotes.c @@ -392,7 +392,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:mate-stickynotes_applet/stickynotes-settings-individual", + "help:mate-stickynotes-applet/stickynotes-settings-individual", gtk_get_current_event_time (), NULL); else if (id == GTK_RESPONSE_CLOSE) |