diff options
author | Jonathan Yap <none@none> | 2011-06-12 16:00:33 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-06-12 16:00:33 -0400 |
commit | ac504815137ec01767717e7c1a4c419a995f629c (patch) | |
tree | 48f34f243169b5c6e0c96aec68470c9050e1bc83 /indra/newview/llfloaterpreference.h | |
parent | 12d9d1d3ef76518171ae87aae2467593218f8413 (diff) |
STORM-787 Mute Gestures Button
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index ef92575347..61f2c78640 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -129,6 +129,7 @@ public: void onClickSetKey(); void setKey(KEY key); void onClickSetMiddleMouse(); + void onClickSetSounds(); // void onClickSkipDialogs(); // void onClickResetDialogs(); void onClickEnablePopup(); |