SetTextColor --> SetTextColour, to be consistent with the rest of the lib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-26 01:19:00 +00:00
parent ccd67a6af8
commit bb8204ef82
5 changed files with 9 additions and 9 deletions

View File

@@ -206,7 +206,7 @@ public:
virtual void SetFont( const wxFont &font ) = 0;
// sets the text color
virtual void SetTextColor( const wxColour &col ) = 0;
virtual void SetTextColour( const wxColour &col ) = 0;
// strokes along a path with the current pen
virtual void StrokePath( const wxGraphicsPath *path ) = 0;