Fix copy paste mistake in wxDCFontChanger::Set() documentation

Use correct "wxFont" instead of "wxColour".

Closes #17665.
This commit is contained in:
pb101 2016-09-16 01:36:37 +02:00 committed by Vadim Zeitlin
parent 6ad64a5d69
commit 0bb7d9966f

View File

@ -1865,7 +1865,7 @@ public:
Set the font to use.
This method is meant to be called once only and only on the objects
created with the constructor overload not taking wxColour argument and
created with the constructor overload not taking wxFont argument and
has the same effect as the other constructor, i.e. sets the font to
the given @a font and ensures that the old value is restored when this
object is destroyed.