]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
Always NUL-terminate wxPrintfConvSpec::m_szFlags.
[wxWidgets.git] / include / wx / control.h
index 31ceeef4211fa7a9f46673f27471f0a5234b30ad..79d6d833fd080034ddad3a5ac43890d65c6130df 100644 (file)
@@ -170,7 +170,8 @@ protected:
                                           wxEllipsizeMode mode, int maxWidth,
                                           int replacementWidth, int marginWidth);
 
-    // this field contains the label in wx format, i.e. with '&' mnemonics
+    // this field contains the label in wx format, i.e. with '&' mnemonics,
+    // as it was passed to the last SetLabel() call
     wxString m_labelOrig;
 
     wxDECLARE_NO_COPY_CLASS(wxControlBase);