WoWInterface SVN CooldownIconsRevamped

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 141 to Rev 142
    Reverse comparison

Rev 141 → Rev 142

trunk/CooldownIcons_Revamped/core.lua
28,8 → 28,9
CIR.Icon_Nil = "Interface\\Icons\\INV_Misc_QuestionMark"
local floor = math.floor
local tonumber, _G, pairs, unpack, tconcat, wipe, format = tonumber, _G, pairs, unpack, table.concat, wipe, string.format
CIR.ver = format( "%s %s(%s)%s", GetAddOnMetadata( 'CooldownIcons_Revamped', 'Version') or 'unknown', RED_FONT_COLOR_CODE, 'WotLK', FONT_COLOR_CODE_CLOSE)
if CIR.ver=='rwowi:reversion' then CIR.ver='SVN' end
CIR.ver = GetAddOnMetadata( 'CooldownIcons_Revamped', 'Version') or 'unknown'
if CIR.ver=='"rwowi:revision"' then CIR.ver='SVN' end
CIR.ver = format( "%s %s(%s)%s", CIR.ver, RED_FONT_COLOR_CODE, 'WotLK', FONT_COLOR_CODE_CLOSE)
--##Frame Table
--not yet important (will be for Groups)
--CIR.frames={}