X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..3399af21d10d3f8ce4f39dfb29df5546ab265ef6:/interface/wx/dnd.h?ds=sidebyside diff --git a/interface/wx/dnd.h b/interface/wx/dnd.h index 0855d6872a..34f9ba6fc7 100644 --- a/interface/wx/dnd.h +++ b/interface/wx/dnd.h @@ -3,7 +3,7 @@ // Purpose: interface of wxDropSource and wx*DropTarget // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -192,7 +192,7 @@ public: icons for GTK. You should use the macro wxDROP_ICON() in portable programs instead of directly using either of these types. - @onlyfor{wxmsw,wxmac} + @onlyfor{wxmsw,wxosx} @param win The window which initiates the drag and drop operation. @@ -216,7 +216,7 @@ public: icons for GTK. You should use the macro wxDROP_ICON() in portable programs instead of directly using either of these types. - @onlyfor{wxmsw,wxmac} + @onlyfor{wxmsw,wxosx} @param data The data associated with the drop source.