Remove obsolete symbols from the samples
Mostly don't mention OS/2 in the comments about the icons. Also replace a couple of occurrences of "wxWindows" with "wxWidgets". Closes https://github.com/wxWidgets/wxWidgets/pull/138
This commit is contained in:
@@ -822,7 +822,7 @@ void MyCanvas::DrawText(wxDC& dc)
|
||||
dc.DrawRotatedText( wxT("That is text"), 20, 10, -45 );
|
||||
|
||||
// use wxSWISS_FONT and not wxNORMAL_FONT as the latter can't be rotated
|
||||
// under Win9x (it is not TrueType)
|
||||
// under MSW (it is not TrueType)
|
||||
dc.SetFont( *wxSWISS_FONT );
|
||||
|
||||
wxString text;
|
||||
|
Reference in New Issue
Block a user