X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84ff9d5f9878d4b182591d2acdf56e620118cf5e..e9a67fc247758a8f590e82f1277463376e91058c:/samples/dnd/dnd.cpp diff --git a/samples/dnd/dnd.cpp b/samples/dnd/dnd.cpp index 6f67f5c1ce..2cc3a70155 100644 --- a/samples/dnd/dnd.cpp +++ b/samples/dnd/dnd.cpp @@ -36,7 +36,7 @@ #endif // wxUSE_METAFILES #if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__) - #include "mondrian.xpm" + #include "../sample.xpm" #if wxUSE_DRAG_AND_DROP #include "dnd_copy.xpm" #include "dnd_move.xpm" @@ -1730,7 +1730,7 @@ void DnDShapeFrame::OnDrag(wxMouseEvent& event) { default: case wxDragError: - wxLogError(wxT("An error occured during drag and drop operation")); + wxLogError(wxT("An error occurred during drag and drop operation")); break; case wxDragNone: