WoWInterface SVN SliceCommander

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Core
    from Rev 242 to Rev 243
    Reverse comparison

Rev 242 → Rev 243

StaticPopups.lua
328,7 → 328,6
return nil;
end
 
print(dialog:GetName().."Text");
local text = _G[dialog:GetName().."Text"];
local editBox = _G[dialog:GetName().."EditBox"];
local button1 = _G[dialog:GetName().."Button1"];
Settings.lua
114,7 → 114,6
 
function SliceCommander:getShowCDDescription(spell)
if string.sub(spell, -2) == 'CD' then
print(spell)
return string.format(L["Display the %s cooldown bar"], SC_SPELL[spell])
else
return string.format(L["Display the %s timer bar"], SC_SPELL[spell])