X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb5b7285057aa71bd9d86aad6effb00dbfcd1f85..129b8b1a215fc1fcc1b9f06daa0aeaf22bbce614:/src/gtk/dataobj.cpp?ds=inline diff --git a/src/gtk/dataobj.cpp b/src/gtk/dataobj.cpp index 55d829e2d0..ce2ec4730b 100644 --- a/src/gtk/dataobj.cpp +++ b/src/gtk/dataobj.cpp @@ -278,7 +278,7 @@ bool wxFileDataObject::SetData(size_t WXUNUSED(size), const void *buf) // skip the slashes lenPrefix += 2; } - + // It would probably be nicer to use a GTK or Glib // function to unescape the 8-bit strings pointed to // by buf, but this does the same in wx code.