Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Commit 3a1672e

Browse files
committed
add tabs
1 parent 8e4b32c commit 3a1672e

File tree

8 files changed

+465
-312
lines changed

8 files changed

+465
-312
lines changed
658 Bytes
Binary file not shown.

locale/ca/LC_MESSAGES/openplotter.po

Lines changed: 161 additions & 104 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

locale/en/LC_MESSAGES/openplotter.po

Lines changed: 140 additions & 102 deletions
Large diffs are not rendered by default.
655 Bytes
Binary file not shown.

locale/es/LC_MESSAGES/openplotter.po

Lines changed: 161 additions & 104 deletions
Large diffs are not rendered by default.

openplotter.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GENERAL]
2-
version = 1.0.0
2+
version = 0.2.0
33
lang = en
44

55
[AIS-SDR]

openplotter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ def __init__(self):
181181
self.Bind(wx.EVT_BUTTON, self.check_channel, self.check_channels)
182182

183183
wx.StaticBox(self.page4, label=_(' Info '), size=(270, 305), pos=(415, 10))
184-
wx.StaticText(self.page4, label=_('AIS NMEA data:\nUDP localhost:10110\n\nGSM850: North America,\nWestern South America\n\nGSM900: Rest of the world'), pos=(430, 35))
184+
wx.StaticText(self.page4, label=_('AIS NMEA data:\nUDP localhost:10110'), pos=(430, 35))
185+
wx.StaticText(self.page4, label=_('GSM850: North America,\nWestern South America\n\nGSM900: Rest of the world'), pos=(430, 225))
185186
###########################page4
186187
########page5###################
187188
wx.StaticBox(self.page5, label=_(' Inputs '), size=(670, 130), pos=(10, 10))

0 commit comments

Comments
 (0)