Compilation fix for wxRichTextCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 13:04:26 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 13:04:26 +0000 (13:04 +0000)
commitb42e4b3e5a186e88535a107550a11abae5d4057c
tree9a56638f2a5a6fa596c2dc7a97dfc47609d9cbef
parentef5fe20c795be38940d3f8ba4424cf26234e6d6f
Compilation fix for wxRichTextCtrl.

Don't use wxDEFAULT, there is no match for wxFont ctor taking wxSize and it,
use wxFONTFAMILY_DEFAULT instead.

Also remove the unnecessary .c_str() from the same wxFont ctor call, there is
really no reason at all to have it there.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/richtext/richtextbuffer.cpp