[orca] Continued work on bug 631123 - Orca documentation needs to be updated, converted to Mallard, augment



commit 61e871ea869ad4a51d36fbdc44bab38b8db66c09
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Fri Dec 17 18:29:23 2010 -0500

    Continued work on bug 631123 - Orca documentation needs to be updated, converted to Mallard, augmented, and moved to the Orca module
    
    * Hooked up the new help to the current button

 help/C/index.page |    2 +-
 src/orca/orca.py  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index fcf29e8..ff353d7 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -16,7 +16,7 @@
     <app>Orca</app> Screen Reader
   </title>
   <p>
-     If you are a new user of the GNOME Desktop, you wish to begin with the
+     If you are a new user of the GNOME Desktop, you may wish to begin with the
      <link href="http://library.gnome.org/users/gnome-access-guide/stable/";>
      GNOME Desktop Accessibility Guide</link> which will introduce you to all
      of the accessibility features in GNOME, including keyboard navigation and
diff --git a/src/orca/orca.py b/src/orca/orca.py
index 78d3948..02459c6 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -1307,7 +1307,7 @@ def helpForOrca(script=None, inputEvent=None):
     Returns True to indicate the input event has been consumed.
     """
     gtk.show_uri(gtk.gdk.screen_get_default(),
-                 "ghelp:gnome-access-guide#ats-2",
+                 "ghelp:orca",
                  gtk.get_current_event_time())
     return True
 



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