diff --git a/components/codetools/ide/codyregistration.pas b/components/codetools/ide/codyregistration.pas index 3e0cc12d6b..157e418b1f 100644 --- a/components/codetools/ide/codyregistration.pas +++ b/components/codetools/ide/codyregistration.pas @@ -97,7 +97,7 @@ begin ShowCodeNodeInfoCommand:=RegisterIDECommand(CmdCatCodeTools, 'ShowCodeNodeInfo', crsShowCodeToolsNodeInfo, CleanIDEShortCut,CleanIDEShortCut,nil,@ShowCodeNodeInfoDialog); - RegisterIDEMenuCommand(SrcEditSubMenuSource, 'ShowCodeNodeInfo', + RegisterIDEMenuCommand(itmViewIDEInternalsWindows, 'ShowCodeNodeInfo', crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand); // Refactor menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -