aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefsadvanced.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-05-24 18:09:15 -0700
committerJacek Antonelli2010-06-19 02:43:00 -0500
commitffa1ba7bd3fd4ad69f4a55fdd042834dff37c618 (patch)
tree22bb49c526ac85c40928d189f505c5feae3659eb /linden/indra/newview/llprefsadvanced.h
parentAdded 'Reload All' button to the notification console for easier debugging (r... (diff)
downloadmeta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.zip
meta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.tar.gz
meta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.tar.bz2
meta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.tar.xz
Added button to Preferences > Advanced to reset all preferences (#272)
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llprefsadvanced.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llprefsadvanced.h b/linden/indra/newview/llprefsadvanced.h
index 37fd050..efd0d40 100644
--- a/linden/indra/newview/llprefsadvanced.h
+++ b/linden/indra/newview/llprefsadvanced.h
@@ -47,6 +47,9 @@ public:
47 47
48private: 48private:
49 static void onCommitCheckBox(LLUICtrl* ctrl, void* user_data); 49 static void onCommitCheckBox(LLUICtrl* ctrl, void* user_data);
50 static void onClickResetPrefs(void* user_data);
51
52 static bool callbackReset(const LLSD& notification, const LLSD& response, LLPrefsAdvanced *self);
50}; 53};
51 54
52#endif // LLPREFSADVANCED_H 55#endif // LLPREFSADVANCED_H