diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-call-window.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 2 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index e0e68fa02..0bdcf69d5 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -2348,7 +2348,7 @@ dialog_response_cb (GtkWidget *widget, if (response_id == GTK_RESPONSE_HELP) { - empathy_url_show (widget, "ghelp:empathy?accounts-window"); + empathy_url_show (widget, "help:empathy?accounts-window"); } else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 10333d6c3..f49d2cbac 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1383,7 +1383,7 @@ static void empathy_call_window_contents_cb (GtkAction *action, EmpathyCallWindow *self) { - empathy_url_show (GTK_WIDGET (self), "ghelp:empathy?audio-video"); + empathy_url_show (GTK_WIDGET (self), "help:empathy?audio-video"); } static void diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 587ae7d4b..f80f09611 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1434,7 +1434,7 @@ chat_window_help_contents_activate_cb (GtkAction *action, { EmpathyChatWindowPriv *priv = GET_PRIV (window); - empathy_url_show (priv->dialog, "ghelp:empathy"); + empathy_url_show (priv->dialog, "help:empathy"); } static void diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index 454cd256a..4747b33e2 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -2052,7 +2052,7 @@ static void roster_window_help_contents_cb (GtkAction *action, EmpathyRosterWindow *self) { - empathy_url_show (GTK_WIDGET (self), "ghelp:empathy"); + empathy_url_show (GTK_WIDGET (self), "help:empathy"); } static gboolean |