Fixed the spelling of Robb's name [me bad!]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-12-14 00:50:19 +00:00
parent 1c3c514dfa
commit 0b07750580
3 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ Added Throbber from Cliff Wells to the library and the demo.
Windows installer prompts to uninstall old version first.
Added wxPython.lib.evtmgr by Rob Schecter, which is an easier, more
Added wxPython.lib.evtmgr by Rob Shecter, which is an easier, more
"Pythonic" and more OO method of registering handlers for wxWindows
events using the Publish/Subscribe pattern.

View File

@@ -4,11 +4,11 @@
# handlers for wxWindows events using the Publish/Subscribe
# pattern.
#
# Author: Rob Schecter and Robin Dunn
# Author: Robb Shecter and Robin Dunn
#
# Created: 12-December-2002
# RCS-ID: $Id$
# Copyright: (c) 2002 by Rob Schecter
# Copyright: (c) 2002 by Robb Shecter
# Licence: wxWindows license
#---------------------------------------------------------------------------

View File

@@ -2,11 +2,11 @@
# Name: wxPython.lib.pubsub
# Purpose: The Publish/Subscribe framework used by evtmgr.EventManager
#
# Author: Rob Schecter and Robin Dunn
# Author: Robb Shecter and Robin Dunn
#
# Created: 12-December-2002
# RCS-ID: $Id$
# Copyright: (c) 2002 by Rob Schecter
# Copyright: (c) 2002 by Robb Shecter
# Licence: wxWindows license
#---------------------------------------------------------------------------
"""