Skip to content

Commit 93bac73

Browse files
- Update version to B34L
- Fix label in RTKNAVI
1 parent bf1314c commit 93bac73

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/winapp/rtknavi/naviopt.dfm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object OptDialog: TOptDialog
5555
Top = 0
5656
Width = 413
5757
Height = 353
58-
ActivePage = TabSheet2
58+
ActivePage = TabSheet1
5959
Align = alTop
6060
TabOrder = 4
6161
ExplicitWidth = 407
@@ -1078,10 +1078,10 @@ object OptDialog: TOptDialog
10781078
TabOrder = 0
10791079
object Label6: TLabel
10801080
Left = 33
1081-
Top = 19
1082-
Width = 194
1081+
Top = 15
1082+
Width = 172
10831083
Height = 13
1084-
Caption = 'Code/Carrier-Phase Error Ratio L1/L2/L5'
1084+
Caption = 'Code/Phase Error Ratio L1/L2/L5/L6'
10851085
end
10861086
object Label7: TLabel
10871087
Left = 33
@@ -1974,7 +1974,7 @@ object OptDialog: TOptDialog
19741974
Caption = 'Solution Font'
19751975
end
19761976
object FontLabel2: TLabel
1977-
Left = 253
1977+
Left = 247
19781978
Top = 188
19791979
Width = 80
19801980
Height = 18
@@ -2047,7 +2047,7 @@ object OptDialog: TOptDialog
20472047
Caption = 'Panel Font'
20482048
end
20492049
object FontLabel1: TLabel
2050-
Left = 253
2050+
Left = 247
20512051
Top = 164
20522052
Width = 80
20532053
Height = 18

src/rtklib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern "C" {
7373

7474
#define VER_RTKLIB "demo5" /* library version */
7575

76-
#define PATCH_LEVEL "b34k" /* patch level */
76+
#define PATCH_LEVEL "b34L" /* patch level */
7777

7878
#define COPYRIGHT_RTKLIB \
7979
"Copyright (C) 2007-2020 T.Takasu\nAll rights reserved."

0 commit comments

Comments
 (0)