merge of '8027b8544962ebd34af3edfe73bbc8195f8c1e90'

and '871249c3be5c8d8ce83a539ba8c5409876ef3a44'
This commit is contained in:
kytv
2012-08-11 14:47:43 +00:00

View File

@@ -114,7 +114,7 @@ public class UrlLauncher {
if (osName.toLowerCase(Locale.US).indexOf("mac") > -1) {
if (osName.toLowerCase(Locale.US).startsWith("mac os x")) {
if (_shellCommand.executeSilentAndWaitTimed("safari " + url, 5))
if (_shellCommand.executeSilentAndWaitTimed("open " + url, 5))
return true;
} else {