From 78a311d9589cb442d8cc811041e258e45da0581e Mon Sep 17 00:00:00 2001 From: christian_u Date: Sun, 25 Feb 2007 10:02:18 +0000 Subject: [PATCH] file case and package fixed git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@84 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../virtualtreeview/linux/virtualtreeslcl.lpk | 23 ++++++++----------- components/virtualtreeview/virtualtrees.pas | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/components/virtualtreeview/linux/virtualtreeslcl.lpk b/components/virtualtreeview/linux/virtualtreeslcl.lpk index 3631f1983..6f0913d6b 100644 --- a/components/virtualtreeview/linux/virtualtreeslcl.lpk +++ b/components/virtualtreeview/linux/virtualtreeslcl.lpk @@ -1,16 +1,14 @@ - - - - - + + + @@ -37,27 +35,27 @@ specific language governing rights and limitations under the License. - + - + - + - + - + - + @@ -74,11 +72,10 @@ specific language governing rights and limitations under the License. - + - diff --git a/components/virtualtreeview/virtualtrees.pas b/components/virtualtreeview/virtualtrees.pas index c892673b4..8097c62f2 100644 --- a/components/virtualtreeview/virtualtrees.pas +++ b/components/virtualtreeview/virtualtrees.pas @@ -25763,7 +25763,7 @@ end;*) initialization {$i VirtualTrees.inc.res} - {$i VirtualTrees.lrs} + {$i virtualTrees.lrs} // This watcher is used whenever a global structure could be modified by more than one thread. Watcher := TCriticalSection.Create; finalization