wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
{
- // TODO: how to get version of PM ?
+ // How to get version of PM ? I guess, just reusing the OS version is OK.
+ (void) wxGetOsVersion(verMaj, verMin);
return wxPORT_OS2;
}