[gnome-documents] Link help to documents instead of gnome-user-docs



commit d4cd8e00f22fdc6ca4fb8f243080b7d60fb91b1b
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Thu Feb 27 10:08:02 2014 +0000

    Link help to documents instead of gnome-user-docs

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 7a0a005..8823f32 100644
--- a/src/application.js
+++ b/src/application.js
@@ -181,7 +181,7 @@ const Application = new Lang.Class({
     _onActionHelp: function() {
         try {
             Gtk.show_uri(this._mainWindow.window.get_screen(),
-                         'help:gnome-help/documents',
+                         'help:gnome-documents',
                          Gtk.get_current_event_time());
         } catch (e) {
             log('Unable to display help: ' + e.message);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]