summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-22 14:59:01 -0800
committerStefano Karapetsas <[email protected]>2013-12-22 14:59:01 -0800
commita572b1e720bdd73fd162170b0aff2444dcf138c8 (patch)
tree65a883b9c4ee0232e7ad3ad8051deb7f3e80e2df
parentc854414d81f811bdf2008a8e8ae34abbaf37c5fb (diff)
parent795c106f1d1a8ffd8b3b78926c8230852fdc0c9f (diff)
downloadmate-utils-a572b1e720bdd73fd162170b0aff2444dcf138c8.tar.bz2
mate-utils-a572b1e720bdd73fd162170b0aff2444dcf138c8.tar.xz
Merge pull request #52 from infirit/yelp
Update help uri to the correct location
-rw-r--r--mate-dictionary/src/gdict-applet.c2
-rw-r--r--mate-dictionary/src/gdict-pref-dialog.c2
-rw-r--r--mate-dictionary/src/gdict-source-dialog.c2
-rw-r--r--mate-screenshot/mate-screenshot.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c
index 9f56f299..ae94b698 100644
--- a/mate-dictionary/src/gdict-applet.c
+++ b/mate-dictionary/src/gdict-applet.c
@@ -730,7 +730,7 @@ gdict_applet_cmd_help (GtkAction *action,
GError *err = NULL;
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet)),
- "help:mate-dictionary#mate-dictionary-applet",
+ "help:mate-dictionary/mate-dictionary-applet",
gtk_get_current_event_time (), &err);
if (err)
diff --git a/mate-dictionary/src/gdict-pref-dialog.c b/mate-dictionary/src/gdict-pref-dialog.c
index f113194f..1ac35cb3 100644
--- a/mate-dictionary/src/gdict-pref-dialog.c
+++ b/mate-dictionary/src/gdict-pref-dialog.c
@@ -485,7 +485,7 @@ response_cb (GtkDialog *dialog,
{
case GTK_RESPONSE_HELP:
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)),
- "help:mate-dictionary#mate-dictionary-preferences",
+ "help:mate-dictionary/mate-dictionary-preferences",
gtk_get_current_event_time (), &err);
if (err)
{
diff --git a/mate-dictionary/src/gdict-source-dialog.c b/mate-dictionary/src/gdict-source-dialog.c
index 1b7aa0a5..3468011d 100644
--- a/mate-dictionary/src/gdict-source-dialog.c
+++ b/mate-dictionary/src/gdict-source-dialog.c
@@ -470,7 +470,7 @@ gdict_source_dialog_response_cb (GtkDialog *dialog,
break;
case GTK_RESPONSE_HELP:
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)),
- "help:mate-dictionary#mate-dictionary-add-source",
+ "help:mate-dictionary/mate-dictionary-add-source",
gtk_get_current_event_time (), &err);
if (err)
{
diff --git a/mate-screenshot/mate-screenshot.c b/mate-screenshot/mate-screenshot.c
index 6510f7f8..cad2c2bd 100644
--- a/mate-screenshot/mate-screenshot.c
+++ b/mate-screenshot/mate-screenshot.c
@@ -124,7 +124,7 @@ display_help (GtkWindow *parent)
GError *error = NULL;
gtk_show_uri (gtk_window_get_screen (parent),
- "help:user-guide#goseditmainmenu-53",
+ "help:mate-user-guide/goseditmainmenu-53",
gtk_get_current_event_time (), &error);
if (error)