Linux: Added firefox to list of browsers

This commit is contained in:
Elias Naur 2005-02-03 13:51:45 +00:00
parent dfd7f8f804
commit 9849345f55
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class LinuxSysImplementation extends J2SESysImplementation {
// Linux may as well resort to pure Java hackery, as there's no Linux native way of doing it
// right anyway.
String[] browsers = {"mozilla", "opera", "konqueror", "nautilus", "galeon", "netscape"};
String[] browsers = {"firefox", "mozilla", "opera", "konqueror", "nautilus", "galeon", "netscape"};
for (int i = 0; i < browsers.length; i ++) {
try {