From 6ded0416df3157b4d012b0deaf5d7baabb24a8d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 31 Aug 2005 10:24:05 +0000 Subject: [PATCH] corrected header file name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/regkey.tex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index 457ea3b9f1..6b1703aed5 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -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} - + \wxheading{Example} -- 2.45.2