Fixed minor typo in the drawing sample.
This commit is contained in:
		@@ -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);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user