summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-07-16 10:43:45 +0200
committerinfirit <[email protected]>2015-07-16 10:43:45 +0200
commit1ef2be4756025d82280c094e131a89aa9c427c86 (patch)
tree4b452ff191a55462f2e3144b7f9af9931851bb9d
parentacaf774a2d6a9dbfa9c7434767cd60d533ceab11 (diff)
downloadmate-applets-1ef2be4756025d82280c094e131a89aa9c427c86.tar.bz2
mate-applets-1ef2be4756025d82280c094e131a89aa9c427c86.tar.xz
help: rename to mate-sticky-notes
-rw-r--r--stickynotes/docs/Makefile.am2
-rw-r--r--stickynotes/docs/mate-stickynotes-applet.omf.in (renamed from stickynotes/docs/mate-stickynotes_applet.omf.in)2
-rw-r--r--stickynotes/stickynotes.c2
-rw-r--r--stickynotes/stickynotes_applet_callbacks.c4
4 files changed, 5 insertions, 5 deletions
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
index f643e547..293c41ae 100644
--- a/stickynotes/docs/mate-stickynotes_applet.omf.in
+++ b/stickynotes/docs/mate-stickynotes-applet.omf.in
@@ -5,5 +5,5 @@
<type>user's guide</type>
<relation seriesid="b8128ac2-17d4-11d7-9998-e6a4bbe01510"/>
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
- </resource>
+ </resource>
</omf>
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) {