You've already forked lazarus-ccr
corrected some unit names
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@106 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
unit VirtualTrees;
|
||||
unit VirtualTrees;
|
||||
|
||||
// Version 4.0.17
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit lazbridge;
|
||||
unit vt_lazbridge;
|
||||
|
||||
{ *************************************************************************** }
|
||||
{ Copyright (c) 2007 Theo Lustenberger }
|
||||
@ -19,7 +19,7 @@ interface
|
||||
|
||||
uses Classes, SysUtils, Graphics, GraphType, InterfaceBase, LCLType,
|
||||
IntfGraphics, FPimage, LCLIntf, ExtDlgs, FileUtil, ExtCtrls,
|
||||
opbitmap {$IFNDEF VER_VTV} , opbitmapformats {$ENDIF};
|
||||
vt_opbitmap {$IFNDEF VER_VTV} , opbitmapformats {$ENDIF};
|
||||
|
||||
|
||||
type
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit opbitmap;
|
||||
unit vt_opbitmap;
|
||||
|
||||
{ *************************************************************************** }
|
||||
{ Copyright (c) 2007 Theo Lustenberger }
|
||||
|
Reference in New Issue
Block a user