DBG: Fixed menu <> command relationship for Threads dialog

git-svn-id: trunk@30477 -
This commit is contained in:
martin 2011-04-26 08:24:06 +00:00
parent fdd40dc1fc
commit e65505ff79

View File

@ -2292,6 +2292,9 @@ begin
itmViewRegisters.Command:=GetCommand(ecToggleRegisters);
itmViewCallStack.Command:=GetCommand(ecToggleCallStack);
itmViewAssembler.Command:=GetCommand(ecToggleAssembler);
itmViewThreads.Command:=GetCommand(ecViewThreads);
if itmViewPseudoTerminal <> nil then
itmViewPseudoTerminal.Command:=GetCommand(ecViewPseudoTerminal);
itmRunMenuInspect.Command:=GetCommand(ecInspect);
itmRunMenuEvaluate.Command:=GetCommand(ecEvaluate);