diff options
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1222,7 +1222,7 @@ void openInDefaultBrowser_App(const iString *url) { | |||
1222 | #if defined (iPlatformApple) | 1222 | #if defined (iPlatformApple) |
1223 | iClob(newStringsCStr_StringList("/usr/bin/open", cstr_String(url), NULL)) | 1223 | iClob(newStringsCStr_StringList("/usr/bin/open", cstr_String(url), NULL)) |
1224 | #elif defined (iPlatformLinux) || defined (iPlatformOther) | 1224 | #elif defined (iPlatformLinux) || defined (iPlatformOther) |
1225 | iClob(newStringsCStr_StringList("/usr/bin/x-www-browser", cstr_String(url), NULL)) | 1225 | iClob(newStringsCStr_StringList("/usr/bin/xdg-open", cstr_String(url), NULL)) |
1226 | #elif defined (iPlatformMsys) | 1226 | #elif defined (iPlatformMsys) |
1227 | iClob(newStringsCStr_StringList( | 1227 | iClob(newStringsCStr_StringList( |
1228 | concatPath_CStr(cstr_String(execPath_App()), "../urlopen.bat"), | 1228 | concatPath_CStr(cstr_String(execPath_App()), "../urlopen.bat"), |