dialogs/AboutDialog.py
Fri, 28 Oct 2022 12:39:15 +0800 GP Orcullo automated conversion using 2to3-3.9 tool python3
Wed, 17 Aug 2022 15:55:56 +0200 Edouard Tisserant IDE: Fixed About dialog exception on Windows, and typo in about dialog's content. wxPython4
Sat, 30 Jul 2022 01:31:17 +0200 Edouard Tisserant IDE: fix About dialog not showing (wxPython4 sequel), update copyright section. wxPython4
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Fri, 13 Jan 2017 15:03:35 +0300 Andrey Skvortsov fix file header in AboutDialog.py
Thu, 22 Dec 2016 17:39:58 +0300 Andrey Skvortsov fix close button in system menu for AboutDialog on Windows
Fri, 02 Dec 2016 17:48:26 +0300 Andrey Skvortsov make about dialog on Windows not so big
Thu, 17 Nov 2016 13:48:04 +0300 Andrey Skvortsov make about dialog boxes use standard wx about dialogs