]> git.saurik.com Git - wxWidgets.git/commitdiff
Note about deprecating some wxSystemSettings members.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 24 Jan 2005 07:23:42 +0000 (07:23 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 24 Jan 2005 07:23:42 +0000 (07:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/tchanges.tex

index 962d473713932989c72c8ef33300eef473e7cae8..8bf2a61431c595c8131244484a47a4670c2a19a3 100644 (file)
@@ -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):
 
index 3d47cc2ea536b0238f76d23f613799d6ccdeea1d..095258498d984fc53d22e43fd3f8a992b8241586 100644 (file)
@@ -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}