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:
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
@@ -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
|
||||
#---------------------------------------------------------------------------
|
||||
"""
|
||||
|
Reference in New Issue
Block a user