]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xlocale.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / xlocale.h
index a4246a83416754fb6de2b6e17100f03d852b71b3..d498f5a30f7738c9020f9b3121ffc56816c44621 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        xlocale.h
 // Purpose:     interface of wxXLocale
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
     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
@@ -89,7 +81,7 @@ public:
     static wxXLocale& GetCLocale();
 
     /**
-        Returns @true if this object is initialized, i.e. represents a valid locale
+        Returns @true if this object is initialized, i.e.\ represents a valid locale
         or @false otherwise.
     */
     bool IsOk() const;