explorermenu example package: fixed compilation

git-svn-id: trunk@13507 -
This commit is contained in:
vincents 2007-12-28 15:03:04 +00:00
parent 592bf0f82d
commit 74ba1b4b62

View File

@ -74,7 +74,7 @@ Procedure Register;
begin
RegisterIDEMenuCommand(itmSecondaryTools,SExploreIDEMEnu,
SExploreIDEMenuCaption,'',Nil,@ShowMenu,Nil);
SExploreIDEMenuCaption,nil,@ShowMenu,nil,'');
end;