summaryrefslogtreecommitdiff
path: root/src/fl_dnd_mac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_dnd_mac.cxx')
-rw-r--r--src/fl_dnd_mac.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx
index eaae1d149..af8cf1c58 100644
--- a/src/fl_dnd_mac.cxx
+++ b/src/fl_dnd_mac.cxx
@@ -51,7 +51,7 @@ int Fl::dnd()
result = NewDrag( &dragRef );
if ( result != noErr ) return false;
- result = AddDragItemFlavor( dragRef, 1, 'TEXT', fl_selection_buffer, fl_selection_length, 0 );
+ result = AddDragItemFlavor( dragRef, 1, 'utf8', fl_selection_buffer, fl_selection_length, 0 );
if ( result != noErr ) { DisposeDrag( dragRef ); return false; }
Point mp;