From: Vadim Zeitlin Date: Tue, 14 Feb 2012 23:09:33 +0000 (+0000) Subject: Remove the mention of non-existing wxPrintf_l() from the documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ec8823e77a7177129ec50b46436fe42c74f4b640 Remove the mention of non-existing wxPrintf_l() from the documentation. This function doesn't exist (yet), so don't advise people to use it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/xlocale.h b/interface/wx/xlocale.h index 7ae9f0ba3f..1da41dc998 100644 --- a/interface/wx/xlocale.h +++ b/interface/wx/xlocale.h @@ -21,13 +21,6 @@ standard @c foo() except that instead of using the global program locale they use the provided wxXLocale object. - For example, if the user runs the program in French locale, the standard - @c printf() function will output floating point numbers using decimal comma - instead of decimal period. If the program needs to format a floating-point - number in a standard format it can use: - @code wxPrintf_l(wxXLocale::GetCLocale(), "%g", number) @endcode - to do it. - See @ref group_funcmacro_locale for a list of wxXLocale-enabled functions. Conversely, if a program wanted to output the number in French locale, even if