Lines 1-6
Link Here
|
1 |
--- src/fPreferences.pas.orig 2014-06-30 23:39:36.000000000 -0700 |
1 |
--- src/fPreferences.pas.orig 2015-03-04 15:17:21 UTC |
2 |
+++ src/fPreferences.pas 2014-06-30 23:39:52.000000000 -0700 |
2 |
+++ src/fPreferences.pas |
3 |
@@ -2471,7 +2471,7 @@ |
3 |
@@ -2582,7 +2582,7 @@ begin |
4 |
cb47GHz.Checked := cqrini.ReadBool('Bands', '47GHz', False); |
4 |
cb47GHz.Checked := cqrini.ReadBool('Bands', '47GHz', False); |
5 |
cb76GHz.Checked := cqrini.ReadBool('Bands', '76GHz', False); |
5 |
cb76GHz.Checked := cqrini.ReadBool('Bands', '76GHz', False); |
6 |
|
6 |
|
Lines 9-15
Link Here
|
9 |
|
9 |
|
10 |
edtR1Device.Text := cqrini.ReadString('TRX1', 'device', ''); |
10 |
edtR1Device.Text := cqrini.ReadString('TRX1', 'device', ''); |
11 |
edtRigID1.Text := cqrini.ReadString('TRX1', 'model', ''); |
11 |
edtRigID1.Text := cqrini.ReadString('TRX1', 'model', ''); |
12 |
@@ -2508,7 +2508,7 @@ |
12 |
@@ -2619,7 +2619,7 @@ begin |
13 |
cmbDTRR2.ItemIndex := cqrini.ReadInteger('TRX2', 'DTR', 0); |
13 |
cmbDTRR2.ItemIndex := cqrini.ReadInteger('TRX2', 'DTR', 0); |
14 |
cmbRTSR2.ItemIndex := cqrini.ReadInteger('TRX2', 'RTS', 0); |
14 |
cmbRTSR2.ItemIndex := cqrini.ReadInteger('TRX2', 'RTS', 0); |
15 |
|
15 |
|
Lines 18-26
Link Here
|
18 |
|
18 |
|
19 |
edtRot1Device.Text := cqrini.ReadString('ROT1', 'device', ''); |
19 |
edtRot1Device.Text := cqrini.ReadString('ROT1', 'device', ''); |
20 |
edtRot1ID.Text := cqrini.ReadString('ROT1', 'model', ''); |
20 |
edtRot1ID.Text := cqrini.ReadString('ROT1', 'model', ''); |
21 |
@@ -2725,7 +2725,7 @@ |
21 |
@@ -2844,7 +2844,7 @@ begin |
22 |
chkIgnoreBandFreq.Checked := cqrini.ReadBool('BandMap','IgnoreBandFreq',True); |
|
|
23 |
chkUseNewQSOFreqMode.Checked := cqrini.ReadBool('BandMap','UseNewQSOFreqMode',False); |
22 |
chkUseNewQSOFreqMode.Checked := cqrini.ReadBool('BandMap','UseNewQSOFreqMode',False); |
|
|
23 |
chkPlusToBandMap.Checked := cqrini.ReadBool('BandMap','PlusToBandMap',False); |
24 |
|
24 |
|
25 |
- edtXplanetPath.Text := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet'); |
25 |
- edtXplanetPath.Text := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet'); |
26 |
+ edtXplanetPath.Text := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/bin/xplanet'); |
26 |
+ edtXplanetPath.Text := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/bin/xplanet'); |