Correct path to launch_url.sh

Makes Open in External browser work in Linux (and Solaris, hypothetically.)
Nothing lives in etc/ of packaged, let's keep it that way.
This commit is contained in:
Lirusaito
2012-06-10 09:09:27 -04:00
parent 0e2ca65084
commit fd59accf96

View File

@@ -2502,8 +2502,8 @@ void LLWindowSDL::spawnWebBrowser(const std::string& escaped_url, bool async)
std::string cmd, arg;
cmd = gDirUtilp->getAppRODataDir();
cmd += gDirUtilp->getDirDelimiter();
cmd += "etc";
cmd += gDirUtilp->getDirDelimiter();
//cmd += "etc";
//cmd += gDirUtilp->getDirDelimiter();
cmd += "launch_url.sh";
arg = escaped_url;
exec_cmd(cmd, arg);