]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
fixing wrong version commit
[wxWidgets.git] / interface / wx / control.h
index eb5bdc7cd5adfd0ed4e1339e0b83e0cee7ad545e..c319132a0e01f7818658ddc04a6c200d0d8174bd 100644 (file)
@@ -109,7 +109,8 @@ public:
         Returns the control's label without mnemonics.
 
         Note that because of the stripping of the mnemonics the returned string may differ
-        from the string which was passed to SetLabel().
+        from the string which was passed to SetLabel() but should always be the same which
+        was passed to SetLabelText().
     */
     wxString GetLabelText() const;