From cb3b65d4e2fa6572db7c2b364fe1e9ba4153c206 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 12 Dec 2001 13:38:28 +0000 Subject: [PATCH] small clarification for SetRecordDefaults git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/config.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/config.tex b/docs/latex/wx/config.tex index 724dc1195c..6ae7706b42 100644 --- a/docs/latex/wx/config.tex +++ b/docs/latex/wx/config.tex @@ -686,11 +686,12 @@ exist it is created. \func{void}{SetRecordDefaults}{\param{bool }{bDoIt = TRUE}} -Sets whether defaults are written back to the config file. +Sets whether defaults are recorded to the config file whenever an attempt to +read read the value which is not present in it is done. -If on (default is off) all default values are written back to the config file. -This allows the user to see what config options may be changed and is probably -useful only for wxFileConfig. +If on (default is off) all default values for the settings used by the program +are written back to the config file. This allows the user to see what config +options may be changed and is probably useful only for wxFileConfig. \membersection{wxConfigBase::SetUmask}\label{wxfileconfigsetumask} -- 2.45.2