Changed the capitalisation of 'span' of Set/GetRow/Colspan to be less jarring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2013-10-05 15:35:05 +00:00
parent e3d4bdd52b
commit a4f491405d
4 changed files with 32 additions and 32 deletions

View File

@@ -5595,13 +5595,13 @@ public:
// Accessors
int GetColspan() const;
int GetColSpan() const;
void SetColspan(long span) { GetProperties().SetProperty(wxT("colspan"), span); }
void SetColSpan(long span) { GetProperties().SetProperty(wxT("colspan"), span); }
int GetRowspan() const;
int GetRowSpan() const;
void SetRowspan(long span) { GetProperties().SetProperty(wxT("rowspan"), span); }
void SetRowSpan(long span) { GetProperties().SetProperty(wxT("rowspan"), span); }
// Operations