Added wxRichTextXMLHandler::RegisterNodeName so custom content classes can be added...
authorJulian Smart <julian@anthemion.co.uk>
Thu, 10 May 2012 11:59:59 +0000 (11:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 10 May 2012 11:59:59 +0000 (11:59 +0000)
commit1aca9fcdfc51f165210a9976f28afb192bfb252f
tree6529493981b0c7e1dd1716d2ffcbfbe794460ea2
parent1e58c8b9445f7caf0b9bb9542ebfb18e21901266
Added wxRichTextXMLHandler::RegisterNodeName so custom content classes can be added without
breaking XML loading

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextxml.h
interface/wx/richtext/richtextxml.h
src/richtext/richtextbuffer.cpp
src/richtext/richtextxml.cpp