WoWInterface SVN PhanxMod

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 46 to Rev 45
    Reverse comparison

Rev 46 → Rev 45

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