mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +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():
|
||||
global __res
|
||||
__res = xrc.EmptyXmlResource()
|
||||
__res = xrc.XmlResource()
|
||||
"""
|
||||
|
||||
LOAD_RES_FILE = """\
|
||||
|
||||
Reference in New Issue
Block a user