]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dragimag.tex
don't misinterpret the time after the date as a weekday (patch 1836708)
[wxWidgets.git] / docs / latex / wx / dragimag.tex
index c9d7d3375f36013822f79e494e24552586ee1f64..633e80e68ef8d5e986f5b2a9accde3f9896c7077 100644 (file)
@@ -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.