native theme for wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
38bcbd474c
commit
ed88f3ab34
@ -101,6 +101,8 @@ wxThemeInfo::wxThemeInfo(Constructor c,
|
||||
nameDefTheme = _T("win32");
|
||||
#elif defined(__WXGTK__)
|
||||
nameDefTheme = _T("gtk");
|
||||
#elif defined(__WXMGL__)
|
||||
nameDefTheme = _T("win32");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user