mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-08 17:59:56 +01:00
*** empty log message ***
This commit is contained in:
parent
ed0408452b
commit
2852cdaa47
|
|
@ -237,7 +237,7 @@ public final class Sys {
|
|||
// 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", "galeon", "netscape", "lynx"};
|
||||
String[] browsers = {"mozilla", "opera", "konqueror", "nautilus", "galeon", "netscape"};
|
||||
|
||||
for (int i = 0; i < browsers.length; i ++) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue