WoWInterface SVN PhanxMod

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 49 to Rev 50
    Reverse comparison

Rev 49 → Rev 50

Misc.lua
19,19 → 19,8
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
StaticPopupDialogs.DELETE_GOOD_ITEM = StaticPopupDialogs.DELETE_ITEM
StaticPopupDialogs.DELETE_GOOD_QUEST_ITEM = StaticPopupDialogs.DELETE_QUEST_ITEM
------------------------------------------------------------------------
-- CinematicCanceler, by oscarucb
-- http://wow.curseforge.com/addons/cinematiccanceler/