diff options
Diffstat (limited to 'linden/indra/newview/llpanelweb.h')
-rw-r--r-- | linden/indra/newview/llpanelweb.h | 2 |
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 | ||
62 | private: | 63 | private: |
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 |