Mercurial > wow > itemauditor
comparison Modules/Options.lua @ 59:4ec321eb0dfe
Adding a crafing tab to the ItemAuditor window.
| author | Asa Ayers <Asa.Ayers@Gmail.com> |
|---|---|
| date | Sun, 25 Jul 2010 15:51:13 -0700 |
| parents | bdf3aba93aa9 |
| children | e7d287cc3b02 |
comparison
equal
deleted
inserted
replaced
| 58:bdf3aba93aa9 | 59:4ec321eb0dfe |
|---|---|
| 211 name = "invested", | 211 name = "invested", |
| 212 desc = "Shows what you have invested in", | 212 desc = "Shows what you have invested in", |
| 213 func = "DisplayInvested", | 213 func = "DisplayInvested", |
| 214 guiHidden = false, | 214 guiHidden = false, |
| 215 }, | 215 }, |
| 216 crafting = { | |
| 217 type = "execute", | |
| 218 name = "crafting", | |
| 219 desc = "<description goes here>", | |
| 220 func = "DisplayCrafting", | |
| 221 guiHidden = false, | |
| 222 }, | |
| 223 | |
| 216 suspend = { | 224 suspend = { |
| 217 type = "toggle", | 225 type = "toggle", |
| 218 name = "suspend", | 226 name = "suspend", |
| 219 desc = "Suspends ItemAuditor", | 227 desc = "Suspends ItemAuditor", |
| 220 get = "IsEnabled", | 228 get = "IsEnabled", |
