X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b06ba076647cf00663f451b789bbdf96331ac470..4104ed92a537f36f7f41ce07d34cadbe4d78685c:/docs/latex/wx/mirrordc.tex diff --git a/docs/latex/wx/mirrordc.tex b/docs/latex/wx/mirrordc.tex index 3dbbac3924..a3ec050edb 100644 --- a/docs/latex/wx/mirrordc.tex +++ b/docs/latex/wx/mirrordc.tex @@ -34,10 +34,10 @@ wxMirrorDC has been added in wxWindows version 2.5.0. \func{}{wxMirrorDC}{\param{wxDC\& }{dc}, \param{bool }{mirror}} -Creates a (maybe) mirrored DC associated with the real \it{dc}. Everything -drawn on wxMirrorDC will appear (and maybe mirrored) on \it{dc}. +Creates a (maybe) mirrored DC associated with the real \arg{dc}. Everything +drawn on wxMirrorDC will appear (and maybe mirrored) on \arg{dc}. -\it{mirror} specifies if we do mirror (if it is \it{true}) or not (if it is -\it{false}). +\arg{mirror} specifies if we do mirror (if it is \true) or not (if it is +\false).