X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..eeea3b039ef9bf03c17f80ab911cf65f084731bd:/interface/wx/menuitem.h diff --git a/interface/wx/menuitem.h b/interface/wx/menuitem.h index fd170e5d5c..b0b0f991f0 100644 --- a/interface/wx/menuitem.h +++ b/interface/wx/menuitem.h @@ -349,7 +349,7 @@ public: /** Sets the label associated with the menu item. - Note that if the ID of this menu item corrisponds to a stock ID, then it is + Note that if the ID of this menu item corresponds to a stock ID, then it is not necessary to specify a label: wxWidgets will automatically use the stock item label associated with that ID. See the @ref wxMenuItem::wxMenuItem "constructor" for more info.