aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelweb.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpanelweb.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llpanelweb.h')
-rw-r--r--linden/indra/newview/llpanelweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelweb.h b/linden/indra/newview/llpanelweb.h
index 37cc1f3..25dceaa 100644
--- a/linden/indra/newview/llpanelweb.h
+++ b/linden/indra/newview/llpanelweb.h
@@ -58,12 +58,14 @@ private:
58 static void onCommitWebProxyEnabled(LLUICtrl* ctrl, void* data); 58 static void onCommitWebProxyEnabled(LLUICtrl* ctrl, void* data);
59 static void onCommitWebProxyAddress(LLUICtrl *ctrl, void *userdata); 59 static void onCommitWebProxyAddress(LLUICtrl *ctrl, void *userdata);
60 static void onCommitWebProxyPort(LLUICtrl *ctrl, void *userdata); 60 static void onCommitWebProxyPort(LLUICtrl *ctrl, void *userdata);
61 static void onSelectBrowser(LLUICtrl* ctrl, void* data);
61 62
62private: 63private:
63 BOOL mCookiesEnabled; 64 BOOL mCookiesEnabled;
64 BOOL mWebProxyEnabled; 65 BOOL mWebProxyEnabled;
65 LLString mWebProxyAddress; 66 LLString mWebProxyAddress;
66 S32 mWebProxyPort; 67 S32 mWebProxyPort;
68 BOOL mExternalBrowser;
67}; 69};
68 70
69#endif 71#endif