X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2aaa050c33fd66beecaf93c8f502e6c00d864eab..feef1ecf072d77d9b5d66a347891efb9c5b16bb6:/src/common/dcbase.cpp?ds=sidebyside diff --git a/src/common/dcbase.cpp b/src/common/dcbase.cpp index e44a8063f4..c683ff4f58 100644 --- a/src/common/dcbase.cpp +++ b/src/common/dcbase.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 05/25/99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -672,7 +672,7 @@ void wxDCBase::DrawLabel(const wxString& text, } /* -Notes for wxWindows DrawEllipticArcRot(...) +Notes for wxWidgets DrawEllipticArcRot(...) wxDCBase::DrawEllipticArcRot(...) draws a rotated elliptic arc or an ellipse. It uses wxDCBase::CalculateEllipticPoints(...) and wxDCBase::Rotate(...),