X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7af285d1ab87e908454bfabbbe063ab1756912b..804eeca5d59fc4d3822b719dee61a9d491e6bcfc:/docs/latex/wx/dragimag.tex diff --git a/docs/latex/wx/dragimag.tex b/docs/latex/wx/dragimag.tex index c9d7d3375f..633e80e68e 100644 --- a/docs/latex/wx/dragimag.tex +++ b/docs/latex/wx/dragimag.tex @@ -3,7 +3,7 @@ This class is used when you wish to drag an object on the screen, and a simple cursor is not enough. -On Windows, the WIN32 API is used to do achieve smooth dragging. On other platforms, +On Windows, the Win32 API is used to achieve smooth dragging. On other platforms, wxGenericDragImage is used. Applications may also prefer to use wxGenericDragImage on Windows, too.