comparison Modules/DisplayInvested.lua @ 32:e6ddeb9f9994

Changed 'Count' to '# Owned' and made it right aligned.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 16 Jul 2010 16:31:24 -0700
parents 34daa46b644a
children aaa716c93fb2
comparison
equal deleted inserted replaced
31:f99b9602bdab 32:e6ddeb9f9994
25 if fShow == true then 25 if fShow == true then
26 cellFrame.text:SetText(ItemAuditor:FormatMoney(data[realrow][column])) 26 cellFrame.text:SetText(ItemAuditor:FormatMoney(data[realrow][column]))
27 end 27 end
28 end, 28 end,
29 }, 29 },
30 { name= "Count", width = 50, defaultsort = "asc", }, 30 { name= "# owned", width = 50, align = "RIGHT", defaultsort = "asc", },
31 } 31 }
32 32
33 local investedTable = false 33 local investedTable = false
34 local function ShowInvested(container) 34 local function ShowInvested(container)
35 if investedTable == false then 35 if investedTable == false then