]> granicus.if.org Git - python/commitdiff
Add seamonkey to list of Windows browsers too.
authorGeorg Brandl <georg@python.org>
Wed, 3 May 2006 17:46:13 +0000 (17:46 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 3 May 2006 17:46:13 +0000 (17:46 +0000)
Lib/webbrowser.py

index 4494cbca13372b0b0bc750446195971173270ec2..4693fe7568eeeebcc734fdcd6791c4d5cbe60365 100644 (file)
@@ -509,7 +509,8 @@ if sys.platform[:3] == "win":
     _tryorder = []
     _browsers = {}
     # Prefer mozilla/netscape/opera if present
-    for browser in ("firefox", "firebird", "mozilla", "netscape", "opera"):
+    for browser in ("firefox", "firebird", "seamonkey", "mozilla",
+                    "netscape", "opera"):
         if _iscommand(browser):
             register(browser, None, BackgroundBrowser(browser))
     register("windows-default", WindowsDefault)