Skip to content

Commit

Permalink
Add 2023 to development years.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Jan 1, 2023
1 parent bab4ea1 commit 40fb9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/forms/fMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ procedure TF_Main.OnReliefMove(Sender: TObject; Position: TPoint);
procedure TF_Main.ShowAboutDialog();
begin
Application.MessageBox(PChar('hJOPpanel v' + NactiVerzi(Application.ExeName) + #13#10 + 'build ' + GetLastBuildDate()
+ ' ' + GetLastBuildTime() + #13#10 + 'Vytvořil Jan Horáček (c) 2014–2022 pro KMŽ Brno I'), 'Info',
+ ' ' + GetLastBuildTime() + #13#10 + 'Vytvořil Jan Horáček (c) 2014–2023 pro KMŽ Brno I'), 'Info',
MB_OK OR MB_ICONINFORMATION);
end;

Expand Down
2 changes: 1 addition & 1 deletion src/forms/fSplash.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object F_splash: TF_splash
Margins.Right = 2
Margins.Bottom = 2
AutoSize = False
Caption = #169' Jan Hor'#225#269'ek 2014'#8211'2022'
Caption = #169' Jan Hor'#225#269'ek 2014'#8211'2023'
Color = clWhite
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clRed
Expand Down

0 comments on commit 40fb9dd

Please sign in to comment.