diff --git a/Assets/Envelope.blp b/Assets/Envelope.blp new file mode 100644 index 0000000..5d5ea4f Binary files /dev/null and b/Assets/Envelope.blp differ diff --git a/UI/BagFrame.xml b/UI/BagFrame.xml index 76d6b7a..e56cc85 100644 --- a/UI/BagFrame.xml +++ b/UI/BagFrame.xml @@ -277,7 +277,7 @@ local icon = getglobal(this:GetName().."_Icon") if icon then - icon:SetTexture("Interface\\Icons\\INV_Letter_15") + icon:SetTexture("Interface\\AddOns\\Guda\\Assets\\Envelope") end diff --git a/UI/BankFrame.xml b/UI/BankFrame.xml index e4e1af4..8a6e766 100644 --- a/UI/BankFrame.xml +++ b/UI/BankFrame.xml @@ -136,7 +136,7 @@ local icon = getglobal(this:GetName().."_Icon") if icon then - icon:SetTexture("Interface\\Icons\\INV_Letter_15") + icon:SetTexture("Interface\\AddOns\\Guda\\Assets\\Envelope") end diff --git a/UI/MailboxFrame.xml b/UI/MailboxFrame.xml index 4b54022..8c9e87c 100644 --- a/UI/MailboxFrame.xml +++ b/UI/MailboxFrame.xml @@ -227,7 +227,7 @@ local icon = getglobal(this:GetName().."_Icon") if icon then - icon:SetTexture("Interface\\AddOns\\Guda\\Assets\\All_Characters") + icon:SetTexture("Interface\\AddOns\\Guda\\Assets\\Envelope") end