Mercurial > wow > askmrrobot
diff ui/AmrUiCheckBox.lua @ 112:57c6cac5143c v52
7.3 update, preparation for reading crucible.
author | yellowfive |
---|---|
date | Mon, 28 Aug 2017 19:33:14 -0700 |
parents | 01b63b8ed811 |
children | e31b02b24488 |
line wrap: on
line diff
--- a/ui/AmrUiCheckBox.lua Wed Jun 14 21:01:12 2017 -0700 +++ b/ui/AmrUiCheckBox.lua Mon Aug 28 19:33:14 2017 -0700 @@ -20,7 +20,7 @@ -------------------------------------------------------------------------------]] local function buttonOnClick(frame, ...) AceGUI:ClearFocus() - PlaySound("igMainMenuOption") + --PlaySound("igMainMenuOption") frame.obj:Fire("OnClick", ...) end