WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/IdeEditor
    from Rev 648 to Rev 653
    Reverse comparison

Rev 648 → Rev 653

DropDownFunctions.lua
107,6 → 107,12
};
function RDXUI.AurasTypesDropdownFunction() return _aurasadd; end
 
local _cooldownadd = {
{ text = "USED" },
{ text = "AVAIL" },
};
function RDXUI.CooldownsTypesDropdownFunction() return _cooldownadd; end
 
local loops = {
{ text = "NONE" },
{ text = "REPEAT" },