diff win/dw.c @ 526:d3ce0afa6cf5

Remove extraneous arguments to dw_messagebox()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Mar 2004 10:10:27 +0000
parents 29547598b909
children e0ea29c3d1eb
line wrap: on
line diff
--- a/win/dw.c	Sat Mar 20 01:21:13 2004 +0000
+++ b/win/dw.c	Tue Mar 23 10:10:27 2004 +0000
@@ -4936,7 +4936,7 @@
 		 */
 	if(box == item)
 	{
-		dw_messagebox("dw_box_pack_start()", DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!",box,item);
+		dw_messagebox("dw_box_pack_start()", DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!");
 		return;
 	}
 
@@ -7910,7 +7910,7 @@
 		 */
 	if(box == item)
 	{
-		dw_messagebox("dw_box_pack_end()", DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!",box,item);
+		dw_messagebox("dw_box_pack_end()", DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!");
 		return;
 	}