From 65108aff6016531af6b47887c8cc2be048f9fae3 Mon Sep 17 00:00:00 2001
From: McCabe Maxsted
Date: Sat, 24 Jan 2009 18:03:35 -0700
Subject: Fixed 'open in external browser' button

---
 ChangeLog.txt                              | 6 ++++++
 linden/indra/newview/llfloaterhtmlhelp.cpp | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6f6cd91..3470158 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -2,6 +2,12 @@
 =-                         1.1.0                          -=
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
+2009-01-24  McCabe Maxsted  <hakushakukun@gmail.com>
+
+	* linden/indra/newview/llfloaterhtmlhelp.cpp:
+	Fixed 'open in external browser' button.
+
+
 2009-01-23  McCabe Maxsted  <hakushakukun@gmail.com>
 
 	* linden/indra/llui/lltexteditor.cpp:
diff --git a/linden/indra/newview/llfloaterhtmlhelp.cpp b/linden/indra/newview/llfloaterhtmlhelp.cpp
index f637624..85122c7 100644
--- a/linden/indra/newview/llfloaterhtmlhelp.cpp
+++ b/linden/indra/newview/llfloaterhtmlhelp.cpp
@@ -263,7 +263,7 @@ void LLFloaterMediaBrowser::onClickOpenWebBrowser(void* user_data)
 	std::string url = self->mCurrentURL.empty() ? 
 		self->mBrowser->getHomePageUrl() :
 		self->mCurrentURL;
-	LLWeb::loadURL(url);
+	LLWeb::loadURLExternal(url);
 }
 
 void LLFloaterMediaBrowser::onClickAssign(void* user_data)
-- 
cgit v1.1