diff --git a/mainunit.lfm b/mainunit.lfm index 3db6c07..78bedf3 100644 --- a/mainunit.lfm +++ b/mainunit.lfm @@ -3,7 +3,7 @@ object Form1: TForm1 Height = 633 Top = 175 Width = 939 - Caption = 'Botes v23.01.22' + Caption = 'Botes v24.09.11' ClientHeight = 633 ClientWidth = 939 DesignTimePPI = 120 diff --git a/mainunit.pas b/mainunit.pas index 32c184b..296aaa0 100644 --- a/mainunit.pas +++ b/mainunit.pas @@ -842,7 +842,7 @@ procedure TForm1.AwesomeBarChange(Sender: TObject); end else begin - Caption := FBaseTitle + ' - ' + AwesomeBar.Text; + Caption := AwesomeBar.Text + ' - ' + FBaseTitle; Application.Title := Caption; FilterTextByAwesomeBar; end;