mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Add 'autoidman' to wx.PlatformInfo
This commit is contained in:
@@ -199,6 +199,10 @@ void wxPyCoreModuleInject(PyObject* moduleDict)
|
||||
PyList_Append(PlatformInfo, obj);
|
||||
Py_DECREF(obj);
|
||||
|
||||
#if wxUSE_AUTOID_MANAGEMENT
|
||||
_AddInfoString("autoidman");
|
||||
#endif
|
||||
|
||||
#undef _AddInfoString
|
||||
|
||||
PyObject* PlatformInfoTuple = PyList_AsTuple(PlatformInfo);
|
||||
|
||||
Reference in New Issue
Block a user