diff src/select-x.c @ 2627:cf6ef27aa9a7

[xemacs-hg @ 2005-03-02 13:06:38 by aidan] Make the #ifndef HAVE_XTREGISTERDRAWABLE msg polite, have it compile.
author aidan
date Wed, 02 Mar 2005 13:06:40 +0000
parents f2bd34928a0f
children 140bb0f4da00
line wrap: on
line diff
--- a/src/select-x.c	Tue Mar 01 22:51:30 2005 +0000
+++ b/src/select-x.c	Wed Mar 02 13:06:40 2005 +0000
@@ -528,8 +528,7 @@
   else
     {
 #ifndef HAVE_XTREGISTERDRAWABLE
-      invalid_operation("your Xt library sucks too much to transfer this "
-			"much data!");
+      invalid_operation("Copying that much data requires X11R6.", Qunbound);
 #else
       /* Send an INCR selection. */
       int prop_id;