We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687e367 commit 698ee06Copy full SHA for 698ee06
Chat/src/MY_Chat.lua
@@ -4,7 +4,7 @@
4
-- @Date : 2016-02-5 11:35:53
5
-- @Email : admin@derzh.com
6
-- @Last modified by: Emil Zhai
7
--- @Last modified time: 2016-10-14 12:08:58
+-- @Last modified time: 2016-10-16 17:00:45
8
--------------------------------------------
9
local _L = MY.LoadLangPack(MY.GetAddonInfo().szRoot .. "Chat/lang/")
10
MY_Chat = {}
@@ -219,7 +219,7 @@ function PS.OnPanelActive(wnd)
219
table.insert(menu, MENU_DIVIDER)
220
table.insert(menu, {
221
szOption = _L['ignore spaces'],
222
- bCheck = true, bChecked = not data[3],
+ bCheck = true, bChecked = data[3],
223
fnAction = function()
224
data[3] = not data[3]
225
SaveBlockWords()
0 commit comments