]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/menuitem.h
change longs used for bitmap types to wxBitmapType (#9126)
[wxWidgets.git] / interface / menuitem.h
index 9296ab2ba39703f233cc8a7fe9dad8c07baf9910..dacdc8094dfbc9404c7f14a7f7c3485dc252b139 100644 (file)
@@ -140,10 +140,6 @@ public:
     wxString GetLabel() const;
 
     /**
-        Strips all accelerator characters and mnemonics from the given @e text.
-        For example,
-
-        will return just @c "Hello".
         This function is deprecated; please use GetLabelText() instead.
 
         @see GetText(), GetLabel()
@@ -152,7 +148,11 @@ public:
 
     /**
         Strips all accelerator characters and mnemonics from the given @e text.
-        For example,
+        For example:
+
+        @code
+          wxMenuItem::GetLabelfromText( "&Hello\tCtrl-h");
+        @endcode
 
         will return just @c "Hello".