diff options
author | Armin Weatherwax | 2010-06-14 12:04:49 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:38:25 +0200 |
commit | 35df5441d3e2789663532c948731aff3a1e04728 (patch) | |
tree | ac7674289784a5f96106ea507637055a8dada78a /linden/indra/newview/llappviewerlinux.cpp | |
parent | Changed version to Experimental 2010.09.18 (diff) | |
download | meta-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/llappviewerlinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp index bfad899..307f925 100644 --- a/linden/indra/newview/llappviewerlinux.cpp +++ b/linden/indra/newview/llappviewerlinux.cpp | |||
@@ -437,7 +437,7 @@ gboolean viewer_app_api_GoSLURL(ViewerAppAPI *obj, gchar *slurl, gboolean **succ | |||
437 | llinfos << "Was asked to go to slurl: " << slurl << llendl; | 437 | llinfos << "Was asked to go to slurl: " << slurl << llendl; |
438 | 438 | ||
439 | std::string url = slurl; | 439 | std::string url = slurl; |
440 | LLWebBrowserCtrl* web = NULL; | 440 | LLMediaCtrl* web = NULL; |
441 | const bool trusted_browser = false; | 441 | const bool trusted_browser = false; |
442 | if (LLURLDispatcher::dispatch(url, web, trusted_browser)) | 442 | if (LLURLDispatcher::dispatch(url, web, trusted_browser)) |
443 | { | 443 | { |