mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 17:19:32 +01:00
tachart: user lowercase unit filenames
git-svn-id: trunk@10663 -
This commit is contained in:
parent
199216e26a
commit
3fc4f456a7
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -606,8 +606,6 @@ components/synunihighlighter/synunireg.pas svneol=native#text/pascal
|
||||
components/tachart/Makefile svneol=native#text/plain
|
||||
components/tachart/Makefile.fpc svneol=native#text/plain
|
||||
components/tachart/README.txt svneol=native#text/plain
|
||||
components/tachart/TAEngine.pas svneol=native#text/plain
|
||||
components/tachart/TASeries.pas svneol=native#text/plain
|
||||
components/tachart/demo/demo.lpi svneol=native#text/plain
|
||||
components/tachart/demo/demo.lpr svneol=native#text/plain
|
||||
components/tachart/demo/unit1.lfm svneol=native#text/plain
|
||||
@ -615,8 +613,10 @@ components/tachart/demo/unit1.lrs svneol=native#text/plain
|
||||
components/tachart/demo/unit1.pas svneol=native#text/plain
|
||||
components/tachart/tachartlazaruspkg.lpk svneol=native#text/plain
|
||||
components/tachart/tachartlazaruspkg.pas svneol=native#text/plain
|
||||
components/tachart/taengine.pas svneol=native#text/plain
|
||||
components/tachart/tagraph.lrs svneol=native#text/plain
|
||||
components/tachart/tagraph.pas svneol=native#text/plain
|
||||
components/tachart/taseries.pas svneol=native#text/plain
|
||||
components/tdbf/Makefile svneol=native#text/plain
|
||||
components/tdbf/Makefile.fpc svneol=native#text/plain
|
||||
components/tdbf/dbflaz.lpk svneol=native#text/pascal
|
||||
|
||||
@ -25,15 +25,15 @@
|
||||
"/>
|
||||
<Files Count="3">
|
||||
<Item1>
|
||||
<Filename Value="TASeries.pas"/>
|
||||
<Filename Value="taseries.pas"/>
|
||||
<UnitName Value="TASeries"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="TAEngine.pas"/>
|
||||
<Filename Value="taengine.pas"/>
|
||||
<UnitName Value="TAEngine"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="TAGraph.pas"/>
|
||||
<Filename Value="tagraph.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="TAGraph"/>
|
||||
</Item3>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user