diff options
author | Richard Linden <none@none> | 2011-02-23 16:42:50 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-23 16:42:50 -0800 |
commit | 73dda9419055a3ab37e0310032e65c780d0fb8b3 (patch) | |
tree | cc5dc8fdeab0fc710bb9ec11b772a3abd0aac199 /indra/newview/llfloaterwebcontent.cpp | |
parent | f3238a700eb387dc87d75c2ee0032ecad9e29b54 (diff) |
SOCIAL-551 WIP Add buttons to open people and profile windows
add URL accessor for web content floaters
Diffstat (limited to 'indra/newview/llfloaterwebcontent.cpp')
-rw-r--r-- | indra/newview/llfloaterwebcontent.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterwebcontent.cpp b/indra/newview/llfloaterwebcontent.cpp index 058567492b..bcbb01ab1d 100644 --- a/indra/newview/llfloaterwebcontent.cpp +++ b/indra/newview/llfloaterwebcontent.cpp @@ -400,3 +400,8 @@ void LLFloaterWebContent::onPopExternal() LLWeb::loadURLExternal( url ); }; } + +std::string LLFloaterWebContent::getURL() const +{ + return mAddressCombo->getValue().asString(); +} |