mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
AppTraits can provide GetStandardPaths now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,13 +40,13 @@ def run():
|
||||
for name in [ 'CreateFontMapper',
|
||||
'CreateMessageOutput',
|
||||
'CreateRenderer',
|
||||
'GetStandardPaths',
|
||||
]:
|
||||
c.find(name).ignore()
|
||||
|
||||
for name in [ 'CreateConfig',
|
||||
'CreateEventLoop',
|
||||
'CreateLogTarget',
|
||||
#'GetStandardPaths',
|
||||
]:
|
||||
c.find(name).factory = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user