orca r4024 - in trunk: . src/orca



Author: richb
Date: Mon Jul  7 20:13:19 2008
New Revision: 4024
URL: http://svn.gnome.org/viewvc/orca?rev=4024&view=rev

Log:
Handle the Thunderbird application now being called Shredder.



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

Modified: trunk/src/orca/settings.py
==============================================================================
--- trunk/src/orca/settings.py	(original)
+++ trunk/src/orca/settings.py	Mon Jul  7 20:13:19 2008
@@ -950,6 +950,12 @@
 #
 setScriptMapping(re.compile(_('Minefield')), "Mozilla")
 
+# Translators: see the regular expression note above.  This is for a
+# version of Thunderbird, which chooses to now call itself by a different
+# name.
+#
+setScriptMapping(re.compile(_('Shredder')), "Thunderbird")
+
 # Translators: see the regular expression note above.  This is for
 # the Thunderbird e-mail application.
 #



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