No changes, just fix some typos in comments in wxXRC code.
Closes #14714. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: wx/xrc/xh_unkwn.h
|
// Name: wx/xrc/xh_unkwn.h
|
||||||
// Purpose: XML resource handler for unkown widget
|
// Purpose: XML resource handler for unknown widget
|
||||||
// Author: Vaclav Slavik
|
// Author: Vaclav Slavik
|
||||||
// Created: 2000/03/05
|
// Created: 2000/03/05
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
|
@@ -137,7 +137,7 @@ public:
|
|||||||
// code for all controls used within the resource.
|
// code for all controls used within the resource.
|
||||||
void AddHandler(wxXmlResourceHandler *handler);
|
void AddHandler(wxXmlResourceHandler *handler);
|
||||||
|
|
||||||
// Add a new handler at the begining of the handler list
|
// Add a new handler at the beginning of the handler list
|
||||||
void InsertHandler(wxXmlResourceHandler *handler);
|
void InsertHandler(wxXmlResourceHandler *handler);
|
||||||
|
|
||||||
// Removes all handlers
|
// Removes all handlers
|
||||||
|
Reference in New Issue
Block a user