]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/settings.cpp
wxX11:
[wxWidgets.git] / src / mgl / settings.cpp
index 8ad12fc890bfa65f5be7870c2911c8f9771c31ca..d3b4828427a2d495e7ebad4e992d5b7df8119876 100644 (file)
@@ -95,7 +95,7 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index)
             return 15; 
             break;
         default:
-            wxCHECK_MSG(index, 0, wxT("wxSystemSettings::GetSystemMetric not fully implemented"));
+            wxCHECK_MSG(index, 0, wxT("wxSystemSettings::GetMetric not fully implemented"));
             return 0;
     }
 }