mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
radio control based on hamlib libraries, DX cluster connection, band map, QRZ.com/HamQTH.com callbook (XML access), IOTA support, a grayliner, propagation indicator, xplanet support (maps in azimuthal projection centered in your QTH), OK1RR free QSL manager database etc. Reviewed by: db, skreuzer Approved by: db, skreuzer (mentors) Differential Revision: https://phabric.freebsd.org/D313
11 lines
493 B
ObjectPascal
11 lines
493 B
ObjectPascal
--- src/fLoTWExport.pas.orig 2014-06-30 23:38:20.000000000 -0700
|
|
+++ src/fLoTWExport.pas 2014-06-30 23:38:53.000000000 -0700
|
|
@@ -232,7 +232,7 @@
|
|
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;
|