git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42410
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
"Jane Coder",
"Vippy the Mascot" ]
"Jane Coder",
"Vippy the Mascot" ]
+ info.License = wordwrap(licenseText, 500, wx.ClientDC(self))
+
# Then we call wx.AboutBox giving it that info object
wx.AboutBox(info)
# Then we call wx.AboutBox giving it that info object
wx.AboutBox(info)
+licenseText = "blah " * 250 + "\n\n" +"yadda " * 100
+
if __name__ == '__main__':
import sys,os
if __name__ == '__main__':
import sys,os