]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected header file name
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 31 Aug 2005 10:24:05 +0000 (10:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 31 Aug 2005 10:24:05 +0000 (10:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/regkey.tex

index 457ea3b9f1f7ed17c1cacb64d82fd87ab70b8d65..6b1703aed59ce6c82bb0ab2e01431089830f6a07 100644 (file)
 
 \section{\class{wxRegKey}}\label{wxregkey}
 
-wxRegKey is a class representing the Windows registry. One can create, query and delete registry keys using this class.
+wxRegKey is a class representing the Windows registry (it is only available
+under Windows). One can create, query and delete registry keys using this
+class.
 
-The Windows registry is easy to understand. There are five 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)
@@ -39,7 +42,7 @@ None
 
 \wxheading{Include files}
 
-<wx/config.h>
+<wx/msw/registry.h>
 
 \wxheading{Example}