We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b942c4c commit a56c6b6Copy full SHA for a56c6b6
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/URLTransfer.java
@@ -33,6 +33,8 @@
33
public class URLTransfer extends ByteArrayTransfer {
34
35
static URLTransfer _instance = new URLTransfer();
36
+ // XXX: SWT uses the deprecated format name here,
37
+ // the new name is "public.url" aka NSPasteboardTypeURL
38
static final String URL = OS.NSURLPboardType.getString();
39
static final String URL1 = OS.kUTTypeURL.getString();
40
static final int URL_ID = registerType(URL);
0 commit comments