WoWInterface SVN SliceCommander

Compare Revisions

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

Rev 243 → Rev 242

StaticPopups.lua
328,6 → 328,7
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,6 → 114,7
 
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])