com_err.c (MacMessageBox): Change TextBox to TETextBox to match up
authorTheodore Tso <tytso@mit.edu>
Thu, 2 Jul 1998 22:20:13 +0000 (22:20 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 2 Jul 1998 22:20:13 +0000 (22:20 +0000)
with CodeWarrior changes.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10617 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/com_err.c

index 1287a16b32fe7c683afd6cd2db17cc70a5b7bed2..13358334fd09db1fa81de003f6dc866796e4afc7 100644 (file)
@@ -1,3 +1,8 @@
+1998-07-02  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * com_err.c (MacMessageBox): Change TextBox to TETextBox to match
+               up with CodeWarrior changes.
+
 Wed Feb 18 16:33:07 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
index f9344bace203fbdb825136faff3c518e7c272dbb..37e3d987c4d585f181c1a85b3cc7a4242ec99c2f 100644 (file)
@@ -190,7 +190,7 @@ static void MacMessageBox(errbuf)
        InsetRect(&errOkButtonRect, 4, 4);
 
        /* Draw the error text */
-       TextBox(errbuf, strlen(errbuf), &errTextRect, teForceLeft);
+       TETextBox(errbuf, strlen(errbuf), &errTextRect, teForceLeft);
 
        /* Draw the Stop icon */
        PlotIcon(&errIconRect, GetResource('ICON', 0));