diff options
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 065c6fcc8..7b616f4ab 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -706,7 +706,7 @@ static void main_window_help_contents_cb (GtkWidget *widget, EmpathyMainWindow *window) { - //empathy_help_show (); + empathy_url_show ("ghelp:empathy"); } static gboolean |