changeset 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 2ff26b697877
children e0ea29c3d1eb
files gtk/dw.c os2/dw.c win/dw.c
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Sat Mar 20 01:21:13 2004 +0000
+++ b/gtk/dw.c	Tue Mar 23 10:10:27 2004 +0000
@@ -7452,7 +7452,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;
 	}
 
@@ -8685,7 +8685,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;
 	}
 
--- a/os2/dw.c	Sat Mar 20 01:21:13 2004 +0000
+++ b/os2/dw.c	Tue Mar 23 10:10:27 2004 +0000
@@ -5174,7 +5174,7 @@
 		 */
 	if(box == item)
 	{
-		dw_messagebox(funcname, DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!",box,item);
+		dw_messagebox(funcname, DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!");
 		return;
 	}
 
@@ -7951,7 +7951,7 @@
 		 */
 	if(box == item)
 	{
-		dw_messagebox(funcname, DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!",box,item);
+		dw_messagebox(funcname, DW_MB_OK|DW_MB_ERROR, "Danger! Danger! Will Robinson; box and item are the same!");
 		return;
 	}
 
--- 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;
 	}