changeset 1078:6eadfe0007b4

Fixed erroneously named variables for the message boxes on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 28 Jun 2011 04:47:41 +0000
parents 34f1d6f5f1c3
children 5d3acda4acd4
files os2/dw.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Tue Jun 28 04:41:43 2011 +0000
+++ b/os2/dw.c	Tue Jun 28 04:47:41 2011 +0000
@@ -6051,9 +6051,9 @@
       else
       {
          if ( width == 0 && hsize == FALSE )
-            dw_messagebox(functionname, DW_MB_OK|DW_MB_ERROR, "Width and expand Horizonal both unset for box: %x item: %x",box,item);
+            dw_messagebox(funcname, DW_MB_OK|DW_MB_ERROR, "Width and expand Horizonal both unset for box: %x item: %x",box,item);
          if ( height == 0 && vsize == FALSE )
-            dw_messagebox(functionname, DW_MB_OK|DW_MB_ERROR, "Height and expand Vertical both unset for box: %x item: %x",box,item);
+            dw_messagebox(funcname, DW_MB_OK|DW_MB_ERROR, "Height and expand Vertical both unset for box: %x item: %x",box,item);
 
          tmpitem[index].type = TYPEITEM;
       }