diff Summary.lua @ 11:10a2244f7ff0

Renamed addon from Inventory to Inventorium.
author Zerotorescue
date Tue, 12 Oct 2010 02:11:23 +0200
parents c4d0e5d47e10
children 417c3cfb9623
line wrap: on
line diff
--- a/Summary.lua	Tue Oct 12 02:08:37 2010 +0200
+++ b/Summary.lua	Tue Oct 12 02:11:23 2010 +0200
@@ -1,4 +1,4 @@
-local addon = LibStub("AceAddon-3.0"):GetAddon("Inventory");
+local addon = LibStub("AceAddon-3.0"):GetAddon("Inventorium");
 local mod = addon:NewModule("Summary", "AceEvent-3.0", "AceTimer-3.0");
 
 local AceGUI = LibStub("AceGUI-3.0");
@@ -65,13 +65,13 @@
 local cacheStart;
 
 function mod:BuildMain()
-	LibStub("AceConfigDialog-3.0"):Close("InventoryOptions");
+	LibStub("AceConfigDialog-3.0"):Close("InventoriumOptions");
 	
 	self:CloseFrame();
 	
 	-- Main Window
 	mod.frame = AceGUI:Create("Frame");
-	mod.frame:SetTitle("Inventory Summary");
+	mod.frame:SetTitle("Inventorium Summary");
 	mod.frame:SetLayout("Fill");
 	mod.frame:SetCallback("OnClose", function(widget)
 		mod:CancelTimer(self.tmrUpdater, true);