[orca] Tweak to the fix for bgo#588910 - Orca should support the spellcheck as you go in mozilla applicatio



commit 3ba03f5221e4444e6327e043d30a5c1ac05a663a
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jul 26 16:11:39 2009 -0400

    Tweak to the fix for bgo#588910 - Orca should support the spellcheck as you go in mozilla applications
    
    This solves the localization issue found by Attila.

 src/orca/scripts/toolkits/Gecko/script.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script.py b/src/orca/scripts/toolkits/Gecko/script.py
index b9c5141..2daed96 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -253,8 +253,7 @@ class Script(default.Script):
             "-moz-center"             : "center",
             "start"                   : "no justification",
             "underlinesolid"          : "single",
-            "line-throughsolid"       : "solid",
-            "invalid"                 : "mistake"}
+            "line-throughsolid"       : "solid"}
 
         # We need to save our special attributes so that we can revert to
         # the default text attributes when giving up focus to another app



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