]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsgui.cpp
make sure we catch invalid control refs better
[wxWidgets.git] / src / os2 / utilsgui.cpp
index a3779dee7fba36aaa817b34f12291058bdb546f0..4bcf41183d3a27de0d45a01a7e3609934fe73502 100644 (file)
@@ -439,7 +439,8 @@ void wxGUIAppTraits::TerminateGui(unsigned long ulHab)
 
 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;
 }