Mercurial > wow > ouroloot
diff gui.lua @ 42:4f1e71f62776
Handle moving from one instance kill/loot into a new instance, and then getting loot from trash in the new instance before seeing any bosses.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 13 Jan 2012 01:12:36 +0000 |
parents | dc3a66688e50 |
children | 78a25e2d25bf |
line wrap: on
line diff
--- a/gui.lua Thu Jan 12 02:24:15 2012 +0000 +++ b/gui.lua Fri Jan 13 01:12:36 2012 +0000 @@ -955,7 +955,15 @@ container:SetLayout("Fill") container:AddChild(st_widget) - local b = mkbutton('eoi_filter_reset', "Reset Player Filter", + local b + --[===[ b = mkbutton("Generate Header", + [[]]) + b:SetFullWidth(true) + b:SetCallback("OnClick", function (_b) + end) + specials:AddChild(b) ]===] + + b = mkbutton('eoi_filter_reset', "Reset Player Filter", [[Return to showing complete loot information.]]) b:SetFullWidth(true) b:SetCallback("OnClick", function (_b) @@ -986,7 +994,7 @@ end) specials:AddChild(b) - local b = mkbutton('eoi_bcast_req', "Request B'casters", + b = mkbutton('eoi_bcast_req', "Request B'casters", [[Sends out a request for others to enable loot rebroadcasting if they have not already done so.]]) b:SetFullWidth(true) b:SetCallback("OnClick", function ()