diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-04-12 13:48:03 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-04-12 13:48:03 +0000 |
| commit | afe1b90dd012216b007112dc5c92f22a1f034bd7 (patch) | |
| tree | 4901f175dfc467c1fad640657e9f0db4f823c8d4 /src/fl_dnd_mac.cxx | |
| parent | fcfe41ee0566038fcc6c690569b4d04469f43b06 (diff) | |
Reorganized Unittest / fixed and improved OS X keybord support and alternative input methods / fixed OS X utf8 DnD
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6755 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_dnd_mac.cxx')
| -rw-r--r-- | src/fl_dnd_mac.cxx | 2 |
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; |
