From: Theodore Tso Date: Thu, 2 Jul 1998 22:20:13 +0000 (+0000) Subject: com_err.c (MacMessageBox): Change TextBox to TETextBox to match up X-Git-Tag: krb5-1.1-beta1~678 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c869683e808e9b3114d53db7a3cd3847d16fea11;p=krb5.git com_err.c (MacMessageBox): Change TextBox to TETextBox to match up with CodeWarrior changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10617 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 1287a16b3..13358334f 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +1998-07-02 Theodore Ts'o + + * com_err.c (MacMessageBox): Change TextBox to TETextBox to match + up with CodeWarrior changes. + Wed Feb 18 16:33:07 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. Fix up diff --git a/src/util/et/com_err.c b/src/util/et/com_err.c index f9344bace..37e3d987c 100644 --- a/src/util/et/com_err.c +++ b/src/util/et/com_err.c @@ -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));