mirror of
https://github.com/ngeor/Chameleon.git
synced 2025-12-19 09:53:43 +01:00
refactor: Rename unit StrConsts to StyleNames
This commit is contained in:
parent
810bf694b3
commit
64ee641bd2
@ -73,7 +73,7 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit4>
|
</Unit4>
|
||||||
<Unit5>
|
<Unit5>
|
||||||
<Filename Value="StrConsts.pas"/>
|
<Filename Value="StyleNames.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit5>
|
</Unit5>
|
||||||
<Unit6>
|
<Unit6>
|
||||||
|
|||||||
@ -9,7 +9,7 @@ uses
|
|||||||
frmResults in 'frmResults.pas' {Results},
|
frmResults in 'frmResults.pas' {Results},
|
||||||
Writers in 'Writers.pas',
|
Writers in 'Writers.pas',
|
||||||
DfmEngine in 'DfmEngine.pas',
|
DfmEngine in 'DfmEngine.pas',
|
||||||
StrConsts in 'StrConsts.pas',
|
StyleNames in 'StyleNames.pas',
|
||||||
about1 in 'about1.pas' {AboutBox};
|
about1 in 'about1.pas' {AboutBox};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
unit StrConsts;
|
unit StyleNames;
|
||||||
|
|
||||||
{$MODE Delphi}
|
{$MODE Delphi}
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ var
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses frmResults, Writers, DfmEngine, StrConsts, about1;
|
uses frmResults, Writers, DfmEngine, StyleNames, about1;
|
||||||
|
|
||||||
{$R *.lfm}
|
{$R *.lfm}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user