diff options
author | Armin Weatherwax | 2010-02-05 16:59:40 +0100 |
---|---|---|
committer | Jacek Antonelli | 2010-02-27 12:37:56 -0600 |
commit | 9bae6a3ae958365b7f9834cf7fc87d18ef07ee8c (patch) | |
tree | c9525777a454c0f3bab9e2e81b72da919ce5a84c /linden/indra/newview/llpanelweb.h | |
parent | Disabled spammy messages about WebFetchInventoryDescendents. (diff) | |
download | meta-impy-9bae6a3ae958365b7f9834cf7fc87d18ef07ee8c.zip meta-impy-9bae6a3ae958365b7f9834cf7fc87d18ef07ee8c.tar.gz meta-impy-9bae6a3ae958365b7f9834cf7fc87d18ef07ee8c.tar.bz2 meta-impy-9bae6a3ae958365b7f9834cf7fc87d18ef07ee8c.tar.xz |
Added custom search URL in Preferences > Web.
Diffstat (limited to '')
-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 449b9cb..3282827 100644 --- a/linden/indra/newview/llpanelweb.h +++ b/linden/indra/newview/llpanelweb.h | |||
@@ -49,6 +49,8 @@ public: | |||
49 | private: | 49 | private: |
50 | static void onClickClearCache(void*); | 50 | static void onClickClearCache(void*); |
51 | static void onClickClearCookies(void*); | 51 | static void onClickClearCookies(void*); |
52 | static void onClickDefault(void* user_data); | ||
53 | static void onClickClear(void* user_data); | ||
52 | static bool callback_clear_browser_cache(const LLSD& notification, const LLSD& response); | 54 | static bool callback_clear_browser_cache(const LLSD& notification, const LLSD& response); |
53 | static bool callback_clear_cookies(const LLSD& notification, const LLSD& response); | 55 | static bool callback_clear_cookies(const LLSD& notification, const LLSD& response); |
54 | static void onCommitCookies(LLUICtrl* ctrl, void* data); | 56 | static void onCommitCookies(LLUICtrl* ctrl, void* data); |