From db4f59fe4f4b5c4e7bcbd47bb46fdb9bfe977350 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 8 Feb 2008 03:33:40 +0000 Subject: Fixed comment. --- gtk/ScintillaGTK.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 0cd045b47..c842c7dd2 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -1511,8 +1511,8 @@ void ScintillaGTK::ReceivedDrop(GtkSelectionData *selection_data) { void ScintillaGTK::GetSelection(GtkSelectionData *selection_data, guint info, SelectionText *text) { #if PLAT_GTK_WIN32 - // Many native win32 programs require \n line endings, so make a copy of - // the clip text now with newlines converted. Use { } to hide symbols + // GDK on Win32 expands any \n into \r\n, so make a copy of + // the clip text now with newlines converted to \n. Use { } to hide symbols // from code below SelectionText *newline_normalized = NULL; { -- cgit v1.2.3