fill in OS info in GetToolkitInfo() (patch 1256409)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -213,6 +213,7 @@ wxString wxGetOsDescription()
|
|||||||
wxToolkitInfo& wxAppTraits::GetToolkitInfo()
|
wxToolkitInfo& wxAppTraits::GetToolkitInfo()
|
||||||
{
|
{
|
||||||
static wxToolkitInfo info;
|
static wxToolkitInfo info;
|
||||||
|
info.os = wxPALMOS;
|
||||||
info.name = _T("wxBase");
|
info.name = _T("wxBase");
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user