aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-05-14 08:11:54 +0000
committernyamatongwe <devnull@localhost>2006-05-14 08:11:54 +0000
commit8976ba9e3b241945e6d2c4cecb2979974b0a1dd6 (patch)
treec5a8ca913a9b1b1dd4cc8479147f0a71b7118c4a /gtk
parent07943ff5e2859addf143267816b9649874cbe876 (diff)
downloadscintilla-mirror-8976ba9e3b241945e6d2c4cecb2979974b0a1dd6.tar.gz
Added CharClassify and reordered alphabetically.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 1b507e1e4..5319ffa2d 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -1508,7 +1508,7 @@ void ScintillaGTK::ReceivedDrop(GtkSelectionData *selection_data) {
DropAt(posDrop, selText.s, false, selText.rectangular);
}
} else if (selection_data->length > 0) {
- fprintf(stderr, "ReceivedDrop other %p\n", static_cast<void *>(selection_data->type));
+ //~ fprintf(stderr, "ReceivedDrop other %p\n", static_cast<void *>(selection_data->type));
}
Redraw();
}