Fixed minor typo in the drawing sample.
This commit is contained in:
parent
8e1c85109c
commit
cce6f4edaa
@ -1915,7 +1915,7 @@ void MyCanvas::UseGraphicRenderer(wxGraphicsRenderer* renderer)
|
||||
{
|
||||
int major, minor, micro;
|
||||
renderer->GetVersion(&major, &minor, µ);
|
||||
wxString str = wxString::Format("Graphic renderer: %s %i.%i.%i",
|
||||
wxString str = wxString::Format("Graphics renderer: %s %i.%i.%i",
|
||||
renderer->GetName().c_str(), major, minor, micro);
|
||||
m_owner->SetStatusText(str, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user