WoWInterface SVN PhanxMod

Compare Revisions

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

Rev 45 → Rev 46

Misc.lua
13,14 → 13,25
local noop = function() end
 
------------------------------------------------------------------------
-- Destroy blue+ items with Enter instead of having to type DELETE
-- Destroy blue+ items without 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/