diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewermacosx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewermacosx.cpp b/linden/indra/newview/llappviewermacosx.cpp index 3cd0836..3a993eb 100644 --- a/linden/indra/newview/llappviewermacosx.cpp +++ b/linden/indra/newview/llappviewermacosx.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | /** | 1 | /** |
2 | * @file llappviewermacosx.cpp | 2 | * @file llappviewermacosx.cpp |
3 | * @brief The LLAppViewerWin32 class definitions | 3 | * @brief The LLAppViewerMacOSX class definitions |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2007&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2007&license=viewergpl$ |
6 | * | 6 | * |
@@ -476,7 +476,7 @@ OSErr AEGURLHandler(const AppleEvent *messagein, AppleEvent *reply, long refIn) | |||
476 | url.replace(0, prefix.length(), "secondlife:///app/"); | 476 | url.replace(0, prefix.length(), "secondlife:///app/"); |
477 | } | 477 | } |
478 | 478 | ||
479 | LLWebBrowserCtrl* web = NULL; | 479 | LLMediaCtrl* web = NULL; |
480 | const bool trusted_browser = false; | 480 | const bool trusted_browser = false; |
481 | LLURLDispatcher::dispatch(url, web, trusted_browser); | 481 | LLURLDispatcher::dispatch(url, web, trusted_browser); |
482 | } | 482 | } |