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:
christian_u
2007-03-02 09:24:51 +00:00
parent 6b93ddb7a0
commit 66a38b30a9
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
unit VirtualTrees;
unit VirtualTrees;
// Version 4.0.17
//

View File

@ -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

View File

@ -1,4 +1,4 @@
unit opbitmap;
unit vt_opbitmap;
{ *************************************************************************** }
{ Copyright (c) 2007 Theo Lustenberger }