Mercurial > wow > ouroloot
diff gui.lua @ 104:04198c8d0717
Don't set a default keybinding, but rather change the associated option to not be clunky and gross.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Sun, 05 Aug 2012 16:53:07 +0000 |
parents | dc8a23a47b03 |
children | 35b55c6f5551 |
line wrap: on
line diff
--- a/gui.lua Sun Aug 05 07:26:06 2012 +0000 +++ b/gui.lua Sun Aug 05 16:53:07 2012 +0000 @@ -117,7 +117,7 @@ :gsub("([^\n])\n([^\n])", "%1 %2") :gsub("|r\n\n", "|r\n") end - gui.markup = markup -- too useful to keep local + gui.markup = _markup -- too useful to keep local end -- Working around this bug: @@ -752,6 +752,7 @@ local function setstatus(txt) _d:SetStatusText(txt) end local function statusy_OnLeave() setstatus("") end local tabgroup_tabs +gui.setstatus = setstatus --[[ Controls for the tabs on the left side of the main display.