Better markup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-10-08 19:41:14 +00:00
parent 5c519b6cf7
commit 0148745bb7
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
#pragma hdrstop
#endif
#if wxUSE_XRC && wxUSE_RADIOBOX
#if wxUSE_XRC && wxUSE_RADIOBTN
#include "wx/xrc/xh_radbt.h"
#include "wx/radiobut.h"
@@ -64,4 +64,4 @@ bool wxRadioButtonXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxRadioButton"));
}
#endif // wxUSE_XRC && wxUSE_NOTEBOOK
#endif // wxUSE_XRC && wxUSE_RADIOBTN

View File

@@ -19,7 +19,7 @@
#pragma hdrstop
#endif
#if wxUSE_XRC
#if wxUSE_XRC && wxUSE_TREECTRL
#include "wx/xrc/xh_tree.h"
#include "wx/treectrl.h"
@@ -67,4 +67,4 @@ bool wxTreeCtrlXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxTreeCtrl"));
}
#endif // wxUSE_XRC
#endif // wxUSE_XRC && wxUSE_TREECTRL