]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/encconv.h
disable UI updating during GetPopupMenuSelectionFromUser() execution to avoid unexpec...
[wxWidgets.git] / interface / wx / encconv.h
index a7821321ced14c435c37f8cc06d602bb278edf0e..f7e477d80ca2e2fdfd13060fec685dbc97dd4551 100644 (file)
@@ -8,11 +8,10 @@
 
 /**
     @class wxEncodingConverter
-    @wxheader{encconv.h}
 
     This class is capable of converting strings between two 8-bit encodings/charsets.
     It can also convert from/to Unicode (but only if you compiled wxWidgets
-    with wxUSE_WCHAR_T set to 1).
+    with @c wxUSE_WCHAR_T set to 1).
 
     Only a limited subset of encodings is supported by wxEncodingConverter:
     @c wxFONTENCODING_ISO8859_1..15, @c wxFONTENCODING_CP1250..1257 and