WoWInterface SVN AtlasLootReverse

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 15 to Rev 16
    Reverse comparison

Rev 15 → Rev 16

libs/LibExtraTip/LibExtraTip.lua
25,7 → 25,7
@version 1.0
--]]
 
local MAJOR,MINOR,REVISION = "LibExtraTip", 1, "$Revision: 184 $"
local MAJOR,MINOR,REVISION = "LibExtraTip", 1, "$Revision: 208 $"
 
-- A string unique to this version to prevent frame name conflicts.
local LIBSTRING = MAJOR.."_"..MINOR.."_"..REVISION
207,6 → 207,7
table.insert(self.extraTippool, reg.extraTip)
reg.extraTip:Hide()
reg.extraTip:Release()
reg.extraTip:SetHeight(0)
reg.extraTip = nil
end
reg.extraTipUsed = nil
libs/LibExtraTip/LibExtraTip.toc
1,10 → 1,10
## Title: LibExtraTip
## Notes: Assists in the management of additional tooltip information.
##
## Interface: 30000
## Interface: 30100
## LoadOnDemand: 0
##
## Version: 1.0
## Revision: $Id: LibExtraTip.toc 143 2008-11-05 13:05:42Z Norganna $
## Revision: $Id: LibExtraTip.toc 209 2009-04-14 19:51:51Z aesir $
##
Load.xml