From 93fda7e1c44e683ea2683e23a03f7a3525325570 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 3 Mar 2015 19:31:17 +0400 Subject: [PATCH] *grumbling* --- ElvUI_SLE/core/install.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index 748b46d..f777d86 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -571,7 +571,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to E:UpdateAll(true) end -local function RepoocSetup() --The function to switch from classic ElvUI settings to Repooc's +function AI:RepoocSetup() --The function to switch from classic ElvUI settings to Repooc's SLEInstallStepComplete.message = L["Repooc's Defaults Set"] SLEInstallStepComplete:Show() if not E.db.movers then E.db.movers = {}; end @@ -715,7 +715,7 @@ local function RepoocSetup() --The function to switch from classic ElvUI setting E:UpdateAll(true) end -local function AffinitiiSetup() --The function to switch from class ElvUI settings to Affinitii's +function AI:AffinitiiSetup() --The function to switch from class ElvUI settings to Affinitii's SLEInstallStepComplete.message = L["Affinitii's Defaults Set"] SLEInstallStepComplete:Show() if not E.db.movers then E.db.movers = {}; end @@ -1126,11 +1126,11 @@ local function SetPage(PageNum) SLEInstallOption1Button:SetText(L["Darth's Config"]) SLEInstallOption2Button:Show() - SLEInstallOption2Button:SetScript('OnClick', function() AffinitiiSetup() end) + SLEInstallOption2Button:SetScript('OnClick', function() AI:AffinitiiSetup() end) SLEInstallOption2Button:SetText(L["Affinitii's Config"]) SLEInstallOption3Button:Show() - SLEInstallOption3Button:SetScript('OnClick', function() RepoocSetup() end) + SLEInstallOption3Button:SetScript('OnClick', function() AI:RepoocSetup() end) SLEInstallOption3Button:SetText(L["Repooc's Config"]) SLEInstallFrame:Size(550, 500) -- 1.7.9.5