X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f20ea03912fa5bffc537230ce853ef15b77f1fa..c6b65b76a196e1aa2313f89f6fc609d497c388a0:/docs/latex/wx/mirrordc.tex diff --git a/docs/latex/wx/mirrordc.tex b/docs/latex/wx/mirrordc.tex index a3ec050edb..b5d4d02d85 100644 --- a/docs/latex/wx/mirrordc.tex +++ b/docs/latex/wx/mirrordc.tex @@ -6,7 +6,7 @@ %% Created: 21.07.03 %% RCS-ID: $Id$ %% Copyright: (c) 2003 Vadim Zeitlin -%% License: wxWindows license +%% License: wxWidgets license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxMirrorDC}}\label{wxmirrordc} @@ -17,7 +17,7 @@ without changes (no mirroring takes place) or exchanges {\it x} and {\it y} coordinates which makes it possible to reuse the same code to draw a figure and its mirror -- i.e. reflection related to the diagonal line $x == y$. -wxMirrorDC has been added in wxWindows version 2.5.0. +wxMirrorDC has been added in wxWidgets version 2.5.0. \wxheading{Derived from} @@ -40,4 +40,3 @@ drawn on wxMirrorDC will appear (and maybe mirrored) on \arg{dc}. \arg{mirror} specifies if we do mirror (if it is \true) or not (if it is \false). -