From 2937186c324021eb8bb9781e0bc90501dcfa1922 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 17 Jul 2004 18:19:25 +0000 Subject: [PATCH] Added wxXRC_NO_RELOADING git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/xrc/_xmlres.i | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wxPython/contrib/xrc/_xmlres.i b/wxPython/contrib/xrc/_xmlres.i index 2861a13f26..cc8ac270c7 100644 --- a/wxPython/contrib/xrc/_xmlres.i +++ b/wxPython/contrib/xrc/_xmlres.i @@ -30,8 +30,9 @@ enum { enum wxXmlResourceFlags { - wxXRC_USE_LOCALE = 1, - wxXRC_NO_SUBCLASSING = 2 + wxXRC_USE_LOCALE, + wxXRC_NO_SUBCLASSING, + wxXRC_NO_RELOADING };