]> granicus.if.org Git - python/commitdiff
Add SeaMonkey to the list of Mozilla browsers.
authorGeorg Brandl <georg@python.org>
Fri, 28 Apr 2006 16:31:17 +0000 (16:31 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 28 Apr 2006 16:31:17 +0000 (16:31 +0000)
Lib/webbrowser.py

index ad2c132380d24e74450a026bf2bf991afee1ea8c..4494cbca13372b0b0bc750446195971173270ec2 100644 (file)
@@ -447,7 +447,7 @@ def register_X_browsers():
     # First, the Mozilla/Netscape browsers
     for browser in ("mozilla-firefox", "firefox",
                     "mozilla-firebird", "firebird",
-                    "mozilla", "netscape"):
+                    "seamonkey", "mozilla", "netscape"):
         if _iscommand(browser):
             register(browser, None, Mozilla(browser))