]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/config.tex
bugs in splitter docs corrected
[wxWidgets.git] / docs / latex / wx / config.tex
index 30a6a6aeab704898b2a705c45c5317beeb334c9d..39301fd9f59318d4125a83b614640134dac180ec 100644 (file)
@@ -443,7 +443,7 @@ Returns the type of the given entry or {\it Unknown} if the entry doesn't
 exist. This function should be used to decide which version of Read() should
 be used because some of wxConfig implementations will complain about type
 mismatch otherwise: e.g., an attempt to read a string value from an integer
-key with \helpref{wxRegConfig}{wxregconfig} will fail.
+key with wxRegConfig will fail.
 
 The result is an element of enum EntryType: