- added LibDBIcon to the options module so that the minimap icon is toggleable again

This commit is contained in:
Parnic
2010-11-04 04:50:58 +00:00
parent d37a40da11
commit 6e46c2b3f4

View File

@ -1,5 +1,6 @@
local LibDualSpec = LibStub('LibDualSpec-1.0', true) local LibDualSpec = LibStub('LibDualSpec-1.0', true)
local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false) local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false)
local icon = LibStub("LibDBIcon-1.0")
IceHUD_Options = {} IceHUD_Options = {}