Skip to content

Commit

Permalink
I'd already forgotten that I couldn't spell
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackluster committed May 16, 2024
1 parent 0d0adfd commit 2cfbe9a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function app.CreateAssets()
app.Button = CreateFrame("Button", "rcButton", PaperDollSidebarTabs, "SecureActionButtonTemplate")
app.Button:SetWidth(30)
app.Button:SetHeight(30)
app.Button:SetNormalTexture("Interface\\AddOns\\EquipRecommendedGear\\assets\\erc_icon.blp")
app.Button:SetNormalTexture("Interface\\AddOns\\EquipRecommendedGear\\assets\\erg_icon.blp")
app.Button:SetHighlightTexture("Interface\\Buttons\\ButtonHilight-Square")
app.Button:SetPoint("TOPRIGHT", PaperDollSidebarTab1, "TOPLEFT", -4, -4)
app.Button:SetFrameStrata("HIGH")
Expand Down
2 changes: 1 addition & 1 deletion EquipRecommendedGear.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100207
## Title: Equip Recommended Gear
## Author: Sluimerstand
## IconTexture: Interface\AddOns\EquipRecommendedGear\assets\erc_icon.blp
## IconTexture: Interface\AddOns\EquipRecommendedGear\assets\erg_icon.blp
## Version: @project-version@
## X-Curse-Project-ID: 962128
## X-Wago-ID: bGoMqq60
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 2cfbe9a

Please sign in to comment.