Components, LazSVN: don't put SVN submenu to custom tools section of Tools menu, as it conflicts with external tools menu items update logic.

Put SVN submenu to Tools menu root instead.

git-svn-id: trunk@28715 -
This commit is contained in:
maxim 2010-12-14 22:52:20 +00:00
parent dcfd50061c
commit 33cb6962a4

View File

@ -74,7 +74,7 @@ begin
CmdSVNDiffHead:=RegisterIDECommand(Cat, 'SVNDiffHead', rsShowDiffHead, Key, nil, @ProcSVNDiffHead);
CmdSVNSettings:=RegisterIDECommand(Cat, 'SVNSettings', rsSVNSettings, Key, nil, @ProcSVNSettings);
mnuSVNMain := RegisterIDEMenuSection(itmCustomTools, 'SVN');
mnuSVNMain := RegisterIDEMenuSection(mnuTools, 'SVN');
mnuSVNSection:=RegisterIDESubMenu(mnuSVNMain, 'SVN', 'SVN', nil, nil, 'menu_svn');
RegisterIDEMenuCommand(mnuSVNSection, 'SVNLog', rsShowLog, nil, nil,
CmdSVNLog, 'menu_svn_log');