WoWInterface SVN PhanxMod

Compare Revisions

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

Rev 50 → Rev 49

Misc.lua
19,8 → 19,19
StaticPopupDialogs.DELETE_ITEM.enterClicksFirstButton = 1
StaticPopupDialogs.DELETE_QUEST_ITEM.enterClicksFirstButton = 1
 
StaticPopupDialogs.DELETE_GOOD_ITEM = StaticPopupDialogs.DELETE_ITEM
StaticPopupDialogs.DELETE_GOOD_QUEST_ITEM = StaticPopupDialogs.DELETE_QUEST_ITEM
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/