]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Apr 2001 21:59:06 +0000 (21:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Apr 2001 21:59:06 +0000 (21:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/config.tex

index 51e85c0c61d91d8e2ff1bce65ee6ef896be6e1ca..18d836c78ed91c2c7de06c6c9b754117ec236952 100644 (file)
@@ -53,7 +53,7 @@ Here is how you would typically use this class:
 
   // another example: using default values and the full path instead of just
   // key name: if the key is not found , the value 17 is returned
-  long value = config->Read("/LastRun/CalculatedValues/MaxValue", -1);
+  long value = config->Read("/LastRun/CalculatedValues/MaxValue", 17);
   ...
   ...
   ...