From 58122fec56a87ca7f88052f6b55f90b94ce1c386 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Thu, 16 Apr 2015 18:23:13 -0400 Subject: [PATCH] Remove another lingering Leash reference Be consistent with the MIT Kerberos brand. --- src/windows/leashdll/lshfunc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows/leashdll/lshfunc.c b/src/windows/leashdll/lshfunc.c index 6e32933751..0f76cc334f 100644 --- a/src/windows/leashdll/lshfunc.c +++ b/src/windows/leashdll/lshfunc.c @@ -111,8 +111,8 @@ leash_error_message( #ifdef USE_MESSAGE_BOX *p = 0; /* ensure NULL termination of message */ if ( displayMB ) - MessageBox(NULL, message, "Leash", MB_OK | MB_ICONERROR | MB_TASKMODAL | - MB_SETFOREGROUND); + MessageBox(NULL, message, "MIT Kerberos", + MB_OK | MB_ICONERROR | MB_TASKMODAL | MB_SETFOREGROUND); #endif /* USE_MESSAGE_BOX */ if (rc5) return rc5; if (rcL) return rcL; -- 2.47.3