diff --git a/docs/changes.txt b/docs/changes.txt index 962d473713..8bf2a61431 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -37,6 +37,8 @@ All: datatype (if BLOB support is enabled and supported by the database) - added wxDynamicLibrary::ListLoaded() - wxGetPowerType() and wxGetBatteryState() addition +- wxSystemSettings::GetSystem*() members deprecated and replaced with + wxSystemSettings::Get*() All (GUI): diff --git a/docs/latex/wx/tchanges.tex b/docs/latex/wx/tchanges.tex index 3d47cc2ea5..095258498d 100644 --- a/docs/latex/wx/tchanges.tex +++ b/docs/latex/wx/tchanges.tex @@ -217,6 +217,8 @@ sizer->Add(win); - New \helpref{wxBrush::IsHatch()}{wxbrushishatch} checking for brush type replaces IS_HATCH macro. +- wxSystemSettings::GetSystem*() members deprecated and replaced with wxSystemSettings::Get*(). + \subsection{Depreciated changes since 2.4.x}\label{depreciatedsince24}