WoWInterface SVN ArchWizard

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 39 to Rev 40
    Reverse comparison

Rev 39 → Rev 40

trunk/ArchWizard/core.lua
157,7 → 157,7
end
 
local function init()
options = addon['InitConfig'](addon, childName, true, {
options = addon:InitConfig(childName, true, {
['name'] = childName,
['type'] = "launcher",
['OnTooltipShow'] = OnTooltipShow,