X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3900fb51a62b416526e36bba8002e3dc05eba28..635f01472ede31a6be433560ebd62eab3953dfe7:/include/wx/msw/menu.h diff --git a/include/wx/msw/menu.h b/include/wx/msw/menu.h index ec5d4aba07..21853e4728 100644 --- a/include/wx/msw/menu.h +++ b/include/wx/msw/menu.h @@ -116,7 +116,7 @@ private: // terminate the current radio group, if any void EndRadioGroup(); - // if TRUE, insert a breal before appending the next item + // if true, insert a breal before appending the next item bool m_doBreak; // the position of the first item in the current radio group or -1 @@ -143,7 +143,7 @@ public : wxMenuInfo() { m_menu = NULL ; } virtual ~wxMenuInfo() { } - void Create( wxMenu *menu , const wxString &title ) + void Create( wxMenu *menu , const wxString &title ) { m_menu = menu ; m_title = title ; } wxMenu* GetMenu() const { return m_menu ; } wxString GetTitle() const { return m_title ; } @@ -159,7 +159,7 @@ WX_DECLARE_EXPORTED_LIST(wxMenuInfo, wxMenuInfoList ); class WXDLLEXPORT wxMenuBar : public wxMenuBarBase { public: - // ctors & dtor + // ctors & dtor // default constructor wxMenuBar(); // unused under MSW