WoWInterface SVN DressToKill

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 27 to Rev 28
    Reverse comparison

Rev 27 → Rev 28

DressToKill.lua
398,12 → 398,12
SlashCmdList["DRESSTOKILL"] = function(msg, editbox)
DressToKill:Initialize()
if msg and msg:lower():match("%s*config%s*") then
InterfaceOptionsFrame_OpenToFrame(DressToKillOptionsFrame)
InterfaceOptionsFrame_OpenToCategory(DressToKillOptionsFrame)
return
end
 
if msg and msg:lower():match("%s*debug%s*") then
InterfaceOptionsFrame_OpenToFrame(DressToKillDebugFrame)
InterfaceOptionsFrame_OpenToCategory(DressToKillDebugFrame)
return
end