LLWindow V3 partial merge. Includes Most everything sans new LLMouseHandler which requires some messy changes in llviewerwindow that are best left for a dedicated commit. Also, some translation fluff was skipped for now.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "llweb.h"
|
||||
|
||||
#include "llviewerwindow.h"
|
||||
#include "llwindow.h"
|
||||
|
||||
#include "llviewercontrol.h"
|
||||
#include "llfloatermediabrowser.h"
|
||||
@@ -64,7 +65,7 @@ void LLWeb::loadURL(const std::string& url)
|
||||
void LLWeb::loadURLExternal(const std::string& url)
|
||||
{
|
||||
std::string escaped_url = escapeURL(url);
|
||||
gViewerWindow->getWindow()->spawnWebBrowser(escaped_url);
|
||||
gViewerWindow->getWindow()->spawnWebBrowser(escaped_url,true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user