orca r4225 - in trunk: . src/orca



Author: wwalker
Date: Mon Sep 15 14:31:08 2008
New Revision: 4225
URL: http://svn.gnome.org/viewvc/orca?rev=4225&view=rev

Log:
Fix for bug #552344 - tutorial message for desktop not spoken in ibex


Modified:
   trunk/ChangeLog
   trunk/src/orca/tutorialgenerator.py

Modified: trunk/src/orca/tutorialgenerator.py
==============================================================================
--- trunk/src/orca/tutorialgenerator.py	(original)
+++ trunk/src/orca/tutorialgenerator.py	Mon Sep 15 14:31:08 2008
@@ -23,9 +23,9 @@
 one can create a new instance and replace/extend the tutorial generators
 as they see fit."""
 
-__id__        = "$Id:$"
-__version__   = "$Revision:$"
-__date__      = "$Date:$"
+__id__        = "$Id$"
+__version__   = "$Revision$"
+__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 
@@ -215,8 +215,8 @@
         # Translators: If this application has more than one unfocused alert or
         # dialog window, inform user of how to refocus these.
         childWindowsMsg = _("Press alt+f6 to give focus to child windows.")
-        
-        if name == 'Desktop':
+
+        if 'Desktop' in name or 'desktop' in name:
             utterances.append(desktopMsg)
 
         # If this application has more than one unfocused alert or



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