mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Avoid deprecated class EmptyXmlResource.
According to the deprecation warning in wxPython Phoenix.
This commit is contained in:
@@ -213,7 +213,7 @@ class xrc%(windowName)s(wx.%(windowClass)s):
|
|||||||
|
|
||||||
def __init_resources():
|
def __init_resources():
|
||||||
global __res
|
global __res
|
||||||
__res = xrc.EmptyXmlResource()
|
__res = xrc.XmlResource()
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LOAD_RES_FILE = """\
|
LOAD_RES_FILE = """\
|
||||||
|
|||||||
Reference in New Issue
Block a user