summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_applet_callbacks.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 13:53:04 +0200
committerinfirit <[email protected]>2013-08-02 13:53:04 +0200
commitcceaed2400a5db758f48a372e429e3410271275f (patch)
tree9b7c05468187355ad5212eb8c1d26bea8c79ff02 /stickynotes/stickynotes_applet_callbacks.c
parent32a2bc051959798d978e6967bd34ff8882aada39 (diff)
downloadmate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.bz2
mate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.c')
-rw-r--r--stickynotes/stickynotes_applet_callbacks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c
index 93ac4808..b7c38020 100644
--- a/stickynotes/stickynotes_applet_callbacks.c
+++ b/stickynotes/stickynotes_applet_callbacks.c
@@ -382,7 +382,7 @@ void menu_help_cb(GtkAction *action, StickyNotesApplet *applet)
{
GError *error = NULL;
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet->w_applet)),
- "ghelp:stickynotes_applet",
+ "help:stickynotes_applet",
gtk_get_current_event_time (),
&error);
if (error) {
@@ -575,7 +575,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)),
- "ghelp:stickynotes_applet?stickynotes-advanced-settings",
+ "help:stickynotes_applet?stickynotes-advanced-settings",
gtk_get_current_event_time (),
&error);
if (error) {