summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-01-03 12:26:05 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-01-03 12:26:05 (GMT)
commit23a5d97d3f8a540edd1f50547e1d64268778a595 (patch)
treec591b7c18bfc941c0be9fabc0da9449ba8683fa7
parent96606f1e461bb4f7528de4b3b42e0f23f543cbd3 (diff)
downloadtkdnd-23a5d97d3f8a540edd1f50547e1d64268778a595.zip
tkdnd-23a5d97d3f8a540edd1f50547e1d64268778a595.tar.gz
tkdnd-23a5d97d3f8a540edd1f50547e1d64268778a595.tar.bz2
OS X dropped data handling
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 8d05ebd..0f47d89 100644
--- a/Changelog
+++ b/Changelog
@@ -4,7 +4,7 @@
the drop event the data are converted into a utf-8 string (in case of
dropping string data) or a Tcl list object of utf-8 filenames (in case
of dropping files). The data object is stored directly in the
- tkdnd::macdnd:_dropped_data variable, instead of the selection
+ tkdnd::macdnd::_dropped_data variable, instead of the selection
clipboard. _GetDroppedData was modified to return this stored data.
2009-12-30 Petasis George <petasis@iit.demokritos.gr>