From cc28f7a87639c276e49d75fb8079c363dc8687f1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 14 May 2006 08:11:54 +0000 Subject: Added CharClassify and reordered alphabetically. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') 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(selection_data->type)); + //~ fprintf(stderr, "ReceivedDrop other %p\n", static_cast(selection_data->type)); } Redraw(); } -- cgit v1.2.3