manual: decribed SimpleLogFile-parser

This commit is contained in:
Marc Froehlich
2026-08-29 00:02:57 +02:00
parent 94fc13e3c3
commit 21b2d9970a
13 changed files with 77 additions and 32 deletions
@@ -12142,7 +12142,10 @@ public class Kst4ContestApplication extends Application implements StatusUpdateL
"File: " + filePath + "\n\n"
+ "Configure your logging application to write its live log to this file. "
+ "Then log a test QSO and verify that the callsign is marked as worked "
+ "in KST4Contest within one minute.");
+ "in KST4Contest within one minute.\n\n"
+ "Before each contest, verify that the logging application writes the current "
+ "contest log to this exact file. KST4Contest does not reset Simplelogfile-derived "
+ "Worked marks automatically when a new contest starts.");
explanation.setWrapText(true);
Hyperlink manualLink = new Hyperlink("Open the Simplelogfile manual");