We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca7fbe commit 194d873Copy full SHA for 194d873
Unit1.cpp
@@ -533,11 +533,7 @@ void __fastcall TForm1::FormCreate(TObject *Sender)
533
String windows_ver = common.windowsVer;
534
String local_name = common.localName;
535
536
-<<<<<<< HEAD
537
common.title = Application->Title + " by OneOfEleven " + s + " (+OD07) ";
538
-=======
539
- common.title = Application->Title + " " + s + " by OneOfEleven (mod from DiSlord)";
540
->>>>>>> 476930fb7060954752d60b36184680bb85f6275a
541
542
this->Caption = common.title;
543
StatusBar2->Panels->Items[0]->Text = windows_ver + " " + local_name + " '" + String(common.decimalPoint()) + "'";
0 commit comments