WoWInterface SVN DressToKill

Compare Revisions

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

Rev 28 → Rev 27

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