From: Georg Brandl Date: Fri, 28 Apr 2006 16:31:17 +0000 (+0000) Subject: Add SeaMonkey to the list of Mozilla browsers. X-Git-Tag: v2.5b1~777 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=314acacb52f690cfe0099a2670e51e7db5139859;p=python Add SeaMonkey to the list of Mozilla browsers. --- diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index ad2c132380..4494cbca13 100644 --- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -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))