--- a/LPCProjectController.py Mon Sep 07 15:20:00 2020 +0200
+++ b/LPCProjectController.py Tue Sep 08 10:06:15 2020 +0200
@@ -173,16 +173,16 @@
dlg = wx.SingleChoiceDialog(
- 'Test Single Choice', 'The Caption',
- ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight'],
+ 'Alarms translations', 'Choose a language to edit:', if dlg.ShowModal() == wx.ID_OK:
- self.log.WriteText('You selected: %s\n' % dlg.GetStringSelection())
+ print('You selected: %s\n' % dlg.GetStringSelection())