mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
(cherry picked from commit 4c56c39e52)
This commit is contained in:
@@ -20,7 +20,7 @@ class TestPanel(wx.Panel):
|
||||
info = wx.adv.AboutDialogInfo()
|
||||
info.Name = "Hello World"
|
||||
info.Version = "1.2.3"
|
||||
info.Copyright = "(c) 2013-2017 Programmers and Coders Everywhere"
|
||||
info.Copyright = "(c) 2013-2018 Programmers and Coders Everywhere"
|
||||
info.Description = wordwrap(
|
||||
"A \"hello world\" program is a software program that prints out "
|
||||
"\"Hello world!\" on a display device. It is used in many introductory "
|
||||
|
||||
Reference in New Issue
Block a user