summaryrefslogtreecommitdiff
path: root/comms/cqrlog/files/patch-src_fLoTWExport.pas
blob: 3da3a2cf8b6b8819357095c968a432a6c7e42e3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/fLoTWExport.pas.orig	2018-06-17 12:42:42 UTC
+++ src/fLoTWExport.pas
@@ -250,7 +250,7 @@ begin
   else begin
     WindowState := wsMaximized
   end;
-  edtTqsl.Text := cqrini.ReadString('LoTWExp','cmd','/usr/bin/tqsl -d -l "your qth name" %f -x');
+  edtTqsl.Text := cqrini.ReadString('LoTWExp','cmd','%%LOCALBASE%%/bin/tqsl -d -l "your qth name" %f -x');
   if pgLoTWExport.ActivePageIndex = 1 then
     rbWebExportNotExported.SetFocus
 end;