From: Julian Smart Date: Fri, 11 Feb 2005 17:46:05 +0000 (+0000) Subject: Reduced Number Of Capitals And Other Fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0827d10be2778aeba2e12b274b04347280873097 Reduced Number Of Capitals And Other Fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index b33097a358..457ea3b9f1 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -11,11 +11,9 @@ \section{\class{wxRegKey}}\label{wxregkey} -wxRegKey is a class representing the Windows Registry. +wxRegKey is a class representing the Windows registry. One can create, query and delete registry keys using this class. -One can Create, Query and Delete Registry Keys using this class. - -Windows Registry is easy to understand. There are 5 Registry Keys namely, +The Windows registry is easy to understand. There are five registry keys, namely: \begin{enumerate}\itemsep=0pt \item HKEY\_CLASSES\_ROOT (HKCR) @@ -25,7 +23,7 @@ Windows Registry is easy to understand. There are 5 Registry Keys namely, \item HKEY\_USERS (HKU) \end{enumerate} -After creating a Key , it can hold a Value. The Values can be , +After creating a key, it can hold a value. The values can be: \begin{enumerate}\itemsep=0pt \item String Value @@ -82,179 +80,161 @@ for(int i=0;i