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:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user