aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewermacosx.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2010-06-14 12:04:49 +0200
committerArmin Weatherwax2010-09-23 15:38:25 +0200
commit35df5441d3e2789663532c948731aff3a1e04728 (patch)
treeac7674289784a5f96106ea507637055a8dada78a /linden/indra/newview/llappviewermacosx.cpp
parentChanged version to Experimental 2010.09.18 (diff)
downloadmeta-impy-35df5441d3e2789663532c948731aff3a1e04728.zip
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.gz
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.bz2
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.xz
llmediaplugins first step
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewermacosx.cpp4
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 }