diff --git a/src/dfb/settings.cpp b/src/dfb/settings.cpp index 308e924938..2f4752a247 100644 --- a/src/dfb/settings.cpp +++ b/src/dfb/settings.cpp @@ -28,7 +28,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index)) { - // not implemented, the mean is in wxUniversal + // overridden by wxSystemSettings::GetColour in wxUniversal return wxColour(0,0,0); } diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 63fc4576ca..93224a6c29 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -48,7 +48,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxSystemSettingsModule, wxModule) wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index)) { - // not implemented, the mean is in wxUniversal + // overridden by wxSystemSettings::GetColour in wxUniversal return wxColour(0,0,0); }