From 4da114a0a80294b8ca93e4da6eb5280ff6f12919 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 11 Dec 2008 17:22:07 +0000 Subject: [PATCH] * Fix the opening of the options menu --- DressToKill.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DressToKill.lua b/DressToKill.lua index ddb7ed9..067c872 100644 --- a/DressToKill.lua +++ b/DressToKill.lua @@ -398,12 +398,12 @@ SLASH_DRESSTOKILL3 = "/dresstokill" 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 -- 1.7.9.5