Mercurial > wow > ouroloot
diff verbage.lua @ 122:fb4bda3ad05c
Various trivial cleanups.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 17 Aug 2012 01:04:38 -0400 |
parents | dbdab3780757 |
children | a9cf9b2fbf9b |
line wrap: on
line diff
--- a/verbage.lua Fri Aug 17 00:34:05 2012 -0400 +++ b/verbage.lua Fri Aug 17 01:04:38 2012 -0400 @@ -627,7 +627,7 @@ treeg:ReleaseChildren() local txt = AceGUI:Create("Label") txt:SetFullWidth(true) - txt:SetFontObject(GameFontNormal)--Highlight) + txt:SetFontObject(GameFontNormal) txt:SetText(helptext[category]) local sf = AceGUI:Create("ScrollFrame") sf:SetStatusTable(status_for_scroll)