summaryrefslogtreecommitdiffstats
path: root/library/tkdnd_macosx.tcl
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2009-12-30 11:14:09 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2009-12-30 11:14:09 (GMT)
commit94a09edb7a45bd760b58b8467467be1aa38f88a9 (patch)
treec06b7674ee2df18bdecee48a57f1867fe6ee7509 /library/tkdnd_macosx.tcl
parentde6a3dda7195f115bba0f887efced8ec53ee5295 (diff)
downloadtkdnd-94a09edb7a45bd760b58b8467467be1aa38f88a9.zip
tkdnd-94a09edb7a45bd760b58b8467467be1aa38f88a9.tar.gz
tkdnd-94a09edb7a45bd760b58b8467467be1aa38f88a9.tar.bz2
OS X drop icon fix
Diffstat (limited to 'library/tkdnd_macosx.tcl')
-rw-r--r--library/tkdnd_macosx.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tkdnd_macosx.tcl b/library/tkdnd_macosx.tcl
index a3a4b84..8e9f2be 100644
--- a/library/tkdnd_macosx.tcl
+++ b/library/tkdnd_macosx.tcl
@@ -81,7 +81,7 @@ proc macdnd::_HandleDrop { args } {
# ----------------------------------------------------------------------------
proc macdnd::_GetDroppedData { } {
## Use [clipboard get] because Xselection code returns error
- return [clipboard get]\n
+ return [clipboard get]
};# macdnd::_GetDroppedData
proc xdnd::_GetDroppedData { } {
return [::tkdnd::macdnd::_GetDroppedData]