blob: e0f023d601779b2f703ca7cb1147f25e4ea87490 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/fLoTWExport.pas.orig 2015-03-04 15:17:21 UTC
+++ src/fLoTWExport.pas
@@ -235,7 +235,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;
|