You've already forked lazarus-ccr
lazMapViewer: Add Hi-DPI palette icons as .res, remove .lrs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -138,22 +138,14 @@ Type
|
||||
property OnMouseUp;
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
{$IFDEF USE_LAZINTFIMAGE}
|
||||
Math, FPImgCanv, FPImage, LCLVersion,
|
||||
{$ENDIF}
|
||||
LResources,
|
||||
GraphType, mvJobQueue, mvExtraData, mvDLEFpc;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
{$I mvmapviewer_icon.lrs}
|
||||
RegisterComponents('Maps',[TMapView]);
|
||||
end;
|
||||
|
||||
{$IFDEF USE_LAZINTFIMAGE}
|
||||
// Workaround for http://mantis.freepascal.org/view.php?id=27144
|
||||
|
Reference in New Issue
Block a user