X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/cocoa/radiobox.h diff --git a/include/wx/cocoa/radiobox.h b/include/wx/cocoa/radiobox.h index 9e84110d2d..a56a0c654b 100644 --- a/include/wx/cocoa/radiobox.h +++ b/include/wx/cocoa/radiobox.h @@ -4,7 +4,6 @@ // Author: David Elliott // Modified by: // Created: 2003/03/18 -// RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -110,7 +109,7 @@ public: virtual void SetString(unsigned int n, const wxString& label); // change the individual radio button state protected: - // We don't want the typical wxCocoaNSBox behavior because our real + // We don't want the typical wxCocoaNSBox behaviour because our real // implementation is by using an NSMatrix as the NSBox's contentView. WX_NSMatrix GetNSMatrix() const; void AssociateNSBox(WX_NSBox theBox);