mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
fix(windows): char const for copyright
This commit is contained in:
parent
fd502e6f9c
commit
3dcfccd337
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ end;
|
|||
procedure TfrmNewModelProjectParameters.UpdateAuthorIDFromAuthor;
|
||||
begin
|
||||
editAuthorID.Text := TLexicalModelUtils.CleanLexicalModelIDComponent(Author);
|
||||
editCopyright.Text := '<EFBFBD> '+FormatDateTime('yyyy', Now)+' '+Author;
|
||||
editCopyright.Text := Char($00A9 {copyright})+' '+FormatDateTime('yyyy', Now)+' '+Author;
|
||||
end;
|
||||
|
||||
procedure TfrmNewModelProjectParameters.UpdateUniqFromModelName;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue