Add seamonkey to list of Windows browsers too.

This commit is contained in:
Georg Brandl 2006-05-03 17:46:13 +00:00
parent d8accb32a5
commit 7377ad2ecd
1 changed files with 2 additions and 1 deletions

View 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)