diff options
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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;  	{ | 
