Skip to content
Snippets Groups Projects
Commit b8afc9c1 authored by TimEverett's avatar TimEverett
Browse files

Add missing var name change from last check-in

parent 1b0b96b1
No related branches found
No related tags found
No related merge requests found
......@@ -698,13 +698,13 @@ object OptDialog: TOptDialog
'OFF'
'ON')
end
object ARThres1: TEdit
object MaxPosVarAR: TEdit
Left = 247
Top = 278
Width = 75
Height = 21
TabOrder = 22
Text = '0.999'
Text = '0.1'
end
object RcvStds: TComboBox
Left = 325
......
......@@ -231,7 +231,7 @@ __published:
TEdit *MinFixSats;
TEdit *MinHoldSats;
TComboBox *ARFilter;
TEdit *ARThres1;
TEdit *MaxPosVarAR;
TLabel *Label50;
TComboBox *RcvStds;
TEdit *MinDropSats;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment