WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/DesktopMgr
    from Rev 658 to Rev 676
    Reverse comparison

Rev 658 → Rev 676

FrameProps.lua
104,6 → 104,7
 
local dlg = nil;
function RDXDK.LayoutPropsDialog(frameprops)
if dlg then return; end
local dd, dgp = frameprops, (RDXDK.FindDockGroupParent(frameprops) or frameprops);
 
local x = nil;
BlizzardFullDisable.lua
845,6 → 845,10
end
end
 
function RDXDK.IsBlizzardManageOpen()
if dlg then return true; else return nil; end
end
 
local function disableblizz()
if opt then
if opt.ab then RDXDK.DisableActionBar(); end
DuiMenu.lua
162,6 → 162,22
ent.menuList = lockListMenu;
end);
 
--RDXPM.DuiMenu:RegisterMenuFunction(function(ent)
-- ent.text = "*******************";
-- ent.notCheckable = true;
-- ent.func = VFL.Noop;
--end);
 
--RDXPM.DuiMenu:RegisterMenuFunction(function(ent)
-- ent.text = VFLI.i18n("Wizards");
-- ent.hasArrow = true;
-- ent.notCheckable = true;
-- ent.menuList = {
-- { text = " " .. VFLI.i18n("Windows Wizard"), notCheckable = true, func = function() RDX.NewWindowWizard(); end; },
--
-- };
--end);
 
RDXPM.DuiMenu:RegisterMenuFunction(function(ent)
ent.text = "*******************";
ent.notCheckable = true;