From 9bae6a3ae958365b7f9834cf7fc87d18ef07ee8c Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Fri, 5 Feb 2010 16:59:40 +0100 Subject: Added custom search URL in Preferences > Web. --- linden/indra/newview/llpanelweb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/llpanelweb.h') 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: private: static void onClickClearCache(void*); static void onClickClearCookies(void*); + static void onClickDefault(void* user_data); + static void onClickClear(void* user_data); static bool callback_clear_browser_cache(const LLSD& notification, const LLSD& response); static bool callback_clear_cookies(const LLSD& notification, const LLSD& response); static void onCommitCookies(LLUICtrl* ctrl, void* data); -- cgit v1.1