mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
explorermenu example package: fixed compilation
git-svn-id: trunk@13507 -
This commit is contained in:
parent
592bf0f82d
commit
74ba1b4b62
@ -74,7 +74,7 @@ Procedure Register;
|
||||
|
||||
begin
|
||||
RegisterIDEMenuCommand(itmSecondaryTools,SExploreIDEMEnu,
|
||||
SExploreIDEMenuCaption,'',Nil,@ShowMenu,Nil);
|
||||
SExploreIDEMenuCaption,nil,@ShowMenu,nil,'');
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user