From c869683e808e9b3114d53db7a3cd3847d16fea11 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 2 Jul 1998 22:20:13 +0000 Subject: [PATCH] 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 --- src/util/et/ChangeLog | 5 +++++ src/util/et/com_err.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)); -- 2.26.2