diff Modules/Options.lua @ 28:34daa46b644a

Added an interface to view how much you have invested in each item.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 16 Jul 2010 01:32:08 -0700
parents 66b7c3f5937e
children e27d13095b49
line wrap: on
line diff
--- a/Modules/Options.lua	Wed Jul 14 00:29:16 2010 -0700
+++ b/Modules/Options.lua	Fri Jul 16 01:32:08 2010 -0700
@@ -1,4 +1,4 @@
- local addonName, addonTable = ...; 
+local addonName, addonTable = ...; 
 local addon = _G[addonName]
 
 local utils = addonTable.utils
@@ -148,7 +148,14 @@
 			desc = "Shows the debug frame",
 			func = function() ItemAuditor_DebugFrame:Show() end,
 			guiHidden = true,
-		}
+		},
+		invested = {
+			type = "execute",
+			name = "invested",
+			desc = "Shows what you have invested in",
+			func = "CreateFrames",
+			guiHidden = false,
+		},
 	},
 }