Misc FAQ mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-12-09 14:14:01 +00:00
parent 03e46024f9
commit 15a2de7e4f
5 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ often abbreviated to wxGTK. wxGTK has a separate home page <a href="http://www.f
<h3><a name="locale">Why doesn&#39;t reading floating point numbers work when using wxWidgets?</a></h3>
If your program reads the floating point numbers in the format <tt>123.45</tt>
from a file, it may suddenly start returning just <tt>123</tt> instead of the
from a file, it may suddently start returning just <tt>123</tt> instead of the
correct value on some systems -- which is all the more mysterious as the same
code in a standalone program works just fine.