diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsselect.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsselect.m b/src/nsselect.m index f7a8933c851..a481e80d770 100644 --- a/src/nsselect.m +++ b/src/nsselect.m | |||
| @@ -656,7 +656,7 @@ target, or the drop was rejected). */) | |||
| 656 | NSDragOperation operation; | 656 | NSDragOperation operation; |
| 657 | 657 | ||
| 658 | f = decode_window_system_frame (frame); | 658 | f = decode_window_system_frame (frame); |
| 659 | pasteboard = [NSPasteboard pasteboardWithName: NSDragPboard]; | 659 | pasteboard = [NSPasteboard pasteboardWithName: NSPasteboardNameDrag]; |
| 660 | window = (EmacsWindow *) [FRAME_NS_VIEW (f) window]; | 660 | window = (EmacsWindow *) [FRAME_NS_VIEW (f) window]; |
| 661 | 661 | ||
| 662 | operation = ns_dnd_action_to_operation (action); | 662 | operation = ns_dnd_action_to_operation (action); |