From: Robin Dunn Date: Fri, 24 Feb 2006 19:53:56 +0000 (+0000) Subject: Use correct attribution X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f160924b3f4a4e6876e846a39d64c5908ee3341?ds=sidebyside Use correct attribution git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/FoldPanelBar.py b/wxPython/demo/FoldPanelBar.py index cb4725d650..cc2e094587 100644 --- a/wxPython/demo/FoldPanelBar.py +++ b/wxPython/demo/FoldPanelBar.py @@ -171,7 +171,7 @@ class Extended(wx.Frame): "Please report any bug/requests or improvements\n" + \ "To me at the following adresses:\n\n" + \ "andrea.gavana@agip.it\n" + "andrea_gavana@tin.it\n\n" + \ - "Based On Julian Smart C++ demo implementation.\n\n" + \ + "Based On Jorgen Bodde C++ demo implementation.\n\n" + \ "Welcome To wxPython " + wx.VERSION_STRING + "!!" dlg = wx.MessageDialog(self, msg, "FoldPanelBar Extended Demo",