diff gtk3/dw.c @ 1562:9a8aa230a538

Ported a couple fixes from GTK3 to GTK2 that I had missed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 Jan 2012 18:27:07 +0000
parents 46e34bd92336
children 90fdfc8aa16d
line wrap: on
line diff
--- a/gtk3/dw.c	Tue Jan 17 18:18:00 2012 +0000
+++ b/gtk3/dw.c	Tue Jan 17 18:27:07 2012 +0000
@@ -8367,7 +8367,7 @@
          ptr = buf = alloca(bytes + 2);
          dw_mle_export(item, buf, 0, (int)bytes);
          buf[bytes] = 0;
-         strcat(buf, "\n");
+         strcat(buf, "\r");
          
          /* MLE */
          while((ptr = strstr(buf, "\r")))