diff options
author | callum <none@none> | 2010-12-08 14:38:20 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-08 14:38:20 -0800 |
commit | 61b675e0afb96d1d46b1f36a8d54bb8146ef27d6 (patch) | |
tree | aa9484ac0b7253f106ef7a3227f07638f1c3d305 /indra/newview/llfloaterwebcontent.h | |
parent | 52ff7420fdd6c41211174720e4c07b35f61d81c2 (diff) |
SOCIAL-358 FIX Add button to Web Content floater to open current URL in system browser
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r-- | indra/newview/llfloaterwebcontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 1effa2c4ab..09b4945b65 100644 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -61,7 +61,7 @@ public: void onClickReload();
void onClickStop();
void onEnterAddress();
- void onClickGo();
+ void onPopExternal();
private:
void open_media(const std::string& media_url, const std::string& target);
|