Add SeaMonkey to the list of Mozilla browsers.

This commit is contained in:
Georg Brandl 2006-04-28 16:31:17 +00:00
parent 9dea97a224
commit 314acacb52
1 changed files with 1 additions and 1 deletions

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