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
This commit is contained in:
Vadim Zeitlin
2012-07-20 11:55:00 +00:00
parent ee5cc6302e
commit 62490e9ea7
3 changed files with 30 additions and 23 deletions

View File

@@ -535,6 +535,7 @@ All (GUI):
wxGTK:
- Allow building wxGTK3 with Broadway backend (Kolya Kosenko).
- Improve drag-and-drop of URLs.
wxMSW: