Skip to content

Commit 0921823

Browse files
committed
Fix localisation of Touchstone files.
1 parent abc7fdd commit 0921823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Unit1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void __fastcall TForm1::FormCreate(TObject *Sender)
533533
String windows_ver = common.windowsVer;
534534
String local_name = common.localName;
535535

536-
common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD13) ";
536+
common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD14) ";
537537

538538
this->Caption = common.title;
539539
StatusBar2->Panels->Items[0]->Text = windows_ver + " " + local_name + " '" + String(common.decimalPoint()) + "'";

0 commit comments

Comments
 (0)