[orca] Fix for bug #637115 - Orca needs to have Miramar added to the list of names for thunderbird scripts



commit ceb44f2fb3c15f13ab9aba0da9c0473fc8fa1773
Author: Michael Whapples <mwhapples aim com>
Date:   Mon Dec 13 01:19:35 2010 +0000

    Fix for bug #637115 - Orca needs to have Miramar added to the list of names for thunderbird scripts

 src/orca/settings.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index ed70eb1..616d4b1 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -1174,6 +1174,10 @@ setScriptMapping(re.compile(_('Mail/News')), "Thunderbird")
 # by a different name, Lanikai.
 setScriptMapping(re.compile('Lanikai'), "Thunderbird")
 
+# This is for a 3.3 version of Thunderbird, which chooses to now call itself
+# by a different name, Miramar.
+setScriptMapping(re.compile('Miramar'), "Thunderbird")
+
 # Translators: see the regular expression note above.  This is for
 # gnome_segv2, which calls itself bug-buddy in at-poke.
 #



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