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"/>
|
||||
</Unit4>
|
||||
<Unit5>
|
||||
<Filename Value="StrConsts.pas"/>
|
||||
<Filename Value="StyleNames.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit5>
|
||||
<Unit6>
|
||||
|
||||
@ -9,7 +9,7 @@ uses
|
||||
frmResults in 'frmResults.pas' {Results},
|
||||
Writers in 'Writers.pas',
|
||||
DfmEngine in 'DfmEngine.pas',
|
||||
StrConsts in 'StrConsts.pas',
|
||||
StyleNames in 'StyleNames.pas',
|
||||
about1 in 'about1.pas' {AboutBox};
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit StrConsts;
|
||||
unit StyleNames;
|
||||
|
||||
{$MODE Delphi}
|
||||
|
||||
@ -65,7 +65,7 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
uses frmResults, Writers, DfmEngine, StrConsts, about1;
|
||||
uses frmResults, Writers, DfmEngine, StyleNames, about1;
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user