From e2b8ec99dd4a898d29eab8f5ed19f03b238fef0f Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Fri, 29 Jun 2012 13:07:48 -0400 Subject: Rename "Leash" to "MIT Kerberos" In the executable name and many GUI elements. Signed-off-by: Kevin Wasserman ticket: 7292 (new) queue: kfw target_version: 1.10.4 tags: pullup --- src/windows/leash/LeashAboutBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/leash/LeashAboutBox.cpp') diff --git a/src/windows/leash/LeashAboutBox.cpp b/src/windows/leash/LeashAboutBox.cpp index d8e3fde09..632dc5907 100644 --- a/src/windows/leash/LeashAboutBox.cpp +++ b/src/windows/leash/LeashAboutBox.cpp @@ -222,7 +222,7 @@ CLeashAboutBox::SetVersionInfo( goto cleanup; } TCHAR version[100]; - _sntprintf(version, sizeof(version), TEXT("Leash Version %s"), szVersion); + _sntprintf(version, sizeof(version), TEXT("MIT Kerberos Version %s"), szVersion); version[sizeof(version) - 1] = 0; GetDlgItem(id_version)->SetWindowText(version); -- cgit