WoWInterface SVN Bison1

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 29 to Rev 30
    Reverse comparison

Rev 29 → Rev 30

BuffBar.lua
74,7 → 74,7
 
function BisonButton:AddBorder()
self.border = self:CreateTexture( nil, 'OVERLAY')
self.border:SetTexture( 'Interface\Buttons\UI-Debuff-Overlays')
self.border:SetTexture( 'Interface\\Buttons\\UI-Debuff-Overlays')
self.border:SetTexCoord( 0.296875, 0.5703125, 0, 0.515625)
self.border:SetPoint( 'CENTER', b, 'CENTER')
self.border:SetWidth( 33)