with CodeWarrior changes.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10617
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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));