Added wxXRC_NO_RELOADING
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
75de554624
commit
2937186c32
@ -30,8 +30,9 @@ enum {
|
||||
|
||||
enum wxXmlResourceFlags
|
||||
{
|
||||
wxXRC_USE_LOCALE = 1,
|
||||
wxXRC_NO_SUBCLASSING = 2
|
||||
wxXRC_USE_LOCALE,
|
||||
wxXRC_NO_SUBCLASSING,
|
||||
wxXRC_NO_RELOADING
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user