Mercurial > wow > itemauditor
comparison Modules/Options.lua @ 58:bdf3aba93aa9
Refactored the way the window for /ia invested works so I can add more tabs.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sun, 25 Jul 2010 15:51:00 -0700 |
parents | 9cb0bc93ed11 |
children | 4ec321eb0dfe |
comparison
equal
deleted
inserted
replaced
57:9cb0bc93ed11 | 58:bdf3aba93aa9 |
---|---|
208 }, | 208 }, |
209 invested = { | 209 invested = { |
210 type = "execute", | 210 type = "execute", |
211 name = "invested", | 211 name = "invested", |
212 desc = "Shows what you have invested in", | 212 desc = "Shows what you have invested in", |
213 func = "CreateFrames", | 213 func = "DisplayInvested", |
214 guiHidden = false, | 214 guiHidden = false, |
215 }, | 215 }, |
216 suspend = { | 216 suspend = { |
217 type = "toggle", | 217 type = "toggle", |
218 name = "suspend", | 218 name = "suspend", |