WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /DeathNote
    from Rev 465 to Rev 466
    Reverse comparison

Rev 465 → Rev 466

DeathNote.lua
266,7 → 266,6
butt:SetHighlightFontObject(GameFontHighlight)
butt:SetNormalFontObject(GameFontNormal)
 
-- Textures --
butt:SetNormalTexture("Interface\\Buttons\\UI-Panel-Button-Up")
butt:SetPushedTexture("Interface\\Buttons\\UI-Panel-Button-Down")
butt:SetHighlightTexture("Interface\\Buttons\\UI-Panel-Button-Highlight")
305,6 → 304,7
if not nameexists then
table.insert(DeathNoteDB[realmName],{name,note})
end
print("DeathNote: Added "..name.." in the list with reason: "..note)
frame:Hide()
end
end)