WoWInterface SVN PhanxMod

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 42 to Rev 43
    Reverse comparison

Rev 42 → Rev 43

Misc.lua
13,6 → 13,15
local noop = function() end
 
------------------------------------------------------------------------
-- Destroy blue+ items with Enter instead of having to type DELETE
-- http://www.wowinterface.com/forums/showthread.php?p=310340
------------------------------------------------------------------------
StaticPopupDialogs.DELETE_GOOD_ITEM.enterClicksFirstButton = 1
StaticPopupDialogs.DELETE_GOOD_ITEM.hasEditBox = false
StaticPopupDialogs.DELETE_GOOD_ITEM.OnShow = function(self)
self.button1:Enable()
end
------------------------------------------------------------------------
-- CinematicCanceler, by oscarucb
-- http://wow.curseforge.com/addons/cinematiccanceler/
------------------------------------------------------------------------