summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/LeashAboutBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash/LeashAboutBox.cpp')
-rw-r--r--src/windows/leash/LeashAboutBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/leash/LeashAboutBox.cpp b/src/windows/leash/LeashAboutBox.cpp
index d8e3fde09c..632dc59074 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);