From 1ef2be4756025d82280c094e131a89aa9c427c86 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 16 Jul 2015 10:43:45 +0200 Subject: help: rename to mate-sticky-notes --- stickynotes/docs/Makefile.am | 2 +- stickynotes/docs/mate-stickynotes-applet.omf.in | 9 +++++++++ stickynotes/docs/mate-stickynotes_applet.omf.in | 9 --------- stickynotes/stickynotes.c | 2 +- stickynotes/stickynotes_applet_callbacks.c | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 stickynotes/docs/mate-stickynotes-applet.omf.in delete mode 100644 stickynotes/docs/mate-stickynotes_applet.omf.in (limited to 'stickynotes') diff --git a/stickynotes/docs/Makefile.am b/stickynotes/docs/Makefile.am index f8cc4633..d9ea52b8 100644 --- a/stickynotes/docs/Makefile.am +++ b/stickynotes/docs/Makefile.am @@ -1,6 +1,6 @@ @YELP_HELP_RULES@ -HELP_ID = mate-stickynotes_applet +HELP_ID = mate-stickynotes-applet HELP_FILES = index.docbook legal.xml HELP_MEDIA = figures/stickynote-right-menu-lock.png \ diff --git a/stickynotes/docs/mate-stickynotes-applet.omf.in b/stickynotes/docs/mate-stickynotes-applet.omf.in new file mode 100644 index 00000000..293c41ae --- /dev/null +++ b/stickynotes/docs/mate-stickynotes-applet.omf.in @@ -0,0 +1,9 @@ + + + + + user's guide + + + + diff --git a/stickynotes/docs/mate-stickynotes_applet.omf.in b/stickynotes/docs/mate-stickynotes_applet.omf.in deleted file mode 100644 index f643e547..00000000 --- a/stickynotes/docs/mate-stickynotes_applet.omf.in +++ /dev/null @@ -1,9 +0,0 @@ - - - - - user's guide - - - - 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) 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) { -- cgit v1.2.1