We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc7fdd commit 0921823Copy full SHA for 0921823
Unit1.cpp
@@ -533,7 +533,7 @@ void __fastcall TForm1::FormCreate(TObject *Sender)
533
String windows_ver = common.windowsVer;
534
String local_name = common.localName;
535
536
- common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD13) ";
+ common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD14) ";
537
538
this->Caption = common.title;
539
StatusBar2->Panels->Items[0]->Text = windows_ver + " " + local_name + " '" + String(common.decimalPoint()) + "'";
0 commit comments