]> git.saurik.com Git - wxWidgets.git/commit
Use text/uri-list instead of x-moz-url in wxGTK wxURLDataObject.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:00 +0000 (11:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:00 +0000 (11:55 +0000)
commit62490e9ea7b3675a8d703433b7f0f480476d5d27
treec8f31d1fd1dbbd42cd4d36e4dbee6610c965bf67
parentee5cc6302e3bb8285304ad3a8e2aabb4fdcdeb36
Use text/uri-list instead of x-moz-url in wxGTK wxURLDataObject.

The standard exchange format for URLs is text/uri-list and not the deprecated
and Firefox-specific x-moz-url, support for which was moreover implemented
incorrectly anyhow.

Also add an example of copying URLs to the dnd sample.

See https://developer.mozilla.org/En/DragDrop/Recommended_Drag_Types for more
information.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
samples/dnd/dnd.cpp
src/gtk/dataobj.cpp