WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/PanelMgr
    from Rev 650 to Rev 661
    Reverse comparison

Rev 650 → Rev 661

MainMenuBar.lua
922,7 → 922,9
{ text = VFLI.i18n(" Reset Editor Layout"), notCheckable = true, func = RDXPM.ResetLayouts },
{ text = VFLI.i18n(" Garbage Collect"), notCheckable = true, func = VFLGC },
--{ text = VFLI.i18n("Fake Roster Units"), checked = RDXDAL.IsDummy, func = function() RDXEvents:Dispatch("ROSTER_DUMMY"); end },
{ text = VFLI.i18n("Store Compiled Code"), checked = RDXM_Debug.IsStoreCompilerActive, func = RDXM_Debug.ToggleStoreCompiler }
{ text = VFLI.i18n("Store Compiled Code"), checked = RDXM_Debug.IsStoreCompilerActive, func = RDXM_Debug.ToggleStoreCompiler },
{ text = VFLI.i18n(" Wipe CooldownDB"), notCheckable = true, func = RDXCD.WipeCooldownDB },
{ text = VFLI.i18n(" Print CooldownDB"), notCheckable = true, func = RDXCD.DebugCooldownDB },
 
};
end);