corrected header file name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-31 10:24:05 +00:00
parent c9ee46c3a5
commit 6ded0416df

View File

@@ -11,9 +11,12 @@
\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}