summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/tkdnd_windows.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tkdnd_windows.tcl b/library/tkdnd_windows.tcl
index 03db167..32b0187 100644
--- a/library/tkdnd_windows.tcl
+++ b/library/tkdnd_windows.tcl
@@ -309,7 +309,7 @@ proc olednd::_platform_independent_types { types } {
# ----------------------------------------------------------------------------
proc olednd::_normalise_data { type data } {
switch $type {
- CF_HDROP {return [encoding convertfrom $data]}
+ CF_HDROP {return $data}
DND_Text {return [list CF_UNICODETEXT CF_TEXT]}
DND_Files {return [list CF_HDROP]}
default {return $data}