Quantcast

Replacing the install texture

Darthpred [06-30-12 - 08:08]
Replacing the install texture
Filename
ElvUI_SLE/core/install.lua
ElvUI_SLE/textures/logo_elvui_dpe.tga
ElvUI_SLE/textures/logo_elvui_sle.tga
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 0e71e7e..2f84b91 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -732,7 +732,7 @@ local function SetPage(PageNum)
 	end

 	InstallTutorialImage:Size(256, 128)
-	InstallTutorialImage:SetTexture('Interface\\AddOns\\ElvUI_SLE\\textures\\logo_elvui_dpe.tga')
+	InstallTutorialImage:SetTexture('Interface\\AddOns\\ElvUI_SLE\\textures\\logo_elvui_sle.tga')
 	InstallTutorialImage:Show()

 	if PageNum == 1 then
diff --git a/ElvUI_SLE/textures/logo_elvui_dpe.tga b/ElvUI_SLE/textures/logo_elvui_dpe.tga
deleted file mode 100644
index f3cf172..0000000
Binary files a/ElvUI_SLE/textures/logo_elvui_dpe.tga and /dev/null differ
diff --git a/ElvUI_SLE/textures/logo_elvui_sle.tga b/ElvUI_SLE/textures/logo_elvui_sle.tga
new file mode 100644
index 0000000..f3cf172
Binary files /dev/null and b/ElvUI_SLE/textures/logo_elvui_sle.tga differ