@@ -962,6 +962,7 @@ void __fastcall TMainWindow::ConvertFile(void)
962962 rnxopt.autopos =AutoPos;
963963 rnxopt.phshift =PhaseShift;
964964 rnxopt.halfcyc =HalfCyc;
965+ rnxopt.sortsats =SortSats;
965966 rnxopt.outiono =OutIono;
966967 rnxopt.outtime =OutTime;
967968 rnxopt.outleaps =OutLeaps;
@@ -1083,6 +1084,7 @@ void __fastcall TMainWindow::LoadOpt(void)
10831084 AutoPos =ini->ReadInteger (" opt" ," autopos" , 0 );
10841085 PhaseShift =ini->ReadInteger (" opt" ," phaseshift" , 0 );
10851086 HalfCyc =ini->ReadInteger (" opt" ," halfcyc" , 0 );
1087+ SortSats =ini->ReadInteger (" opt" ," sortsats" , 0 );
10861088 OutIono =ini->ReadInteger (" opt" ," outiono" , 0 );
10871089 OutTime =ini->ReadInteger (" opt" ," outtime" , 0 );
10881090 OutLeaps =ini->ReadInteger (" opt" ," outleaps" , 0 );
@@ -1187,6 +1189,7 @@ void __fastcall TMainWindow::SaveOpt(void)
11871189 ini->WriteInteger (" opt" ," autopos" , AutoPos);
11881190 ini->WriteInteger (" opt" ," phaseshift" , PhaseShift);
11891191 ini->WriteInteger (" opt" ," halfcyc" , HalfCyc);
1192+ ini->WriteInteger (" opt" ," sortsats" , SortSats);
11901193 ini->WriteInteger (" opt" ," outiono" , OutIono);
11911194 ini->WriteInteger (" opt" ," outtime" , OutTime);
11921195 ini->WriteInteger (" opt" ," outleaps" , OutLeaps);
0 commit comments