diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/et/com_err.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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)); |
