Skip to content

Commit c22c43c

Browse files
committed
Write app version into snp files.
1 parent 87bbdc7 commit c22c43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,8 +2565,8 @@ bool __fastcall CCommon::saveSParams(std::vector <t_data_point> &points, int num
25652565

25662566
String s;
25672567
std::vector <String> buffer;
2568-
2569-
s = "! " + Application->Title;
2568+
2569+
s = "! " + common.title;
25702570
buffer.push_back(s);
25712571

25722572
s = "! Date: " + FormatDateTime("yyyy-mm-dd hh:nn:ss", Now());

0 commit comments

Comments
 (0)