mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 05:00:25 +02:00
lazsvnpkg: migrate to FPC resources
git-svn-id: trunk@43003 -
This commit is contained in:
parent
890c070e16
commit
843c109549
@ -36,6 +36,8 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R lazsvnpkg_images.res}
|
||||
|
||||
uses
|
||||
MenuIntf, IDECommands, Controls, Forms, Dialogs,
|
||||
SVNLogForm, SVNUpdateForm, SVNDiffForm, SVNStatusForm, LazIDEIntf, SVNClasses,
|
||||
@ -203,7 +205,4 @@ begin
|
||||
ShowSVNAddProjectFrm;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I lazsvnpkg_images.lrs}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user