summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-08-03 19:31:13 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-08-03 19:31:13 (GMT)
commitf7703cfbbe95ebd7314e5347cd95d56aa15feaa8 (patch)
tree1ba7e0f10cbf710194dbaa2c319d6c4df158da1f /library
parent95989992d2809450eb131ce0729c6b4b1011db20 (diff)
downloadtkdnd-f7703cfbbe95ebd7314e5347cd95d56aa15feaa8.zip
tkdnd-f7703cfbbe95ebd7314e5347cd95d56aa15feaa8.tar.gz
tkdnd-f7703cfbbe95ebd7314e5347cd95d56aa15feaa8.tar.bz2
Fixes for UNICODE
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 b7bbe8a..03db167 100644
--- a/library/tkdnd_windows.tcl
+++ b/library/tkdnd_windows.tcl
@@ -347,7 +347,7 @@ proc olednd::_platform_independent_type { type } {
# Command olednd::_supported_type
# ----------------------------------------------------------------------------
proc olednd::_supported_type { type } {
- return 1;
+ # return 1;
switch $type {
CF_UNICODETEXT - CF_TEXT -
FileGroupDescriptor - FileGroupDescriptorW -