summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewermacosx.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-28 11:48:43 -0700
committerRichard Linden <none@none>2011-03-28 11:48:43 -0700
commitf2892c98823a4022604afe91de0bbb1b2ce56e19 (patch)
tree1d6da3c3ff6761f62b03063f7f68092738abc637 /indra/newview/llappviewermacosx.cpp
parent03aef8f20c9343d04cde142cb95652433838a102 (diff)
fix for linux and mac
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r--indra/newview/llappviewermacosx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp
index 1cd80986d8..6b32263927 100644
--- a/indra/newview/llappviewermacosx.cpp
+++ b/indra/newview/llappviewermacosx.cpp
@@ -500,7 +500,7 @@ OSErr AEGURLHandler(const AppleEvent *messagein, AppleEvent *reply, long refIn)
LLMediaCtrl* web = NULL;
const bool trusted_browser = false;
- LLURLDispatcher::dispatch(url, web, trusted_browser);
+ LLURLDispatcher::dispatch(url, web, "", trusted_browser);
}
return(result);