diff options
| author | Kevin Wasserman <kevin.wasserman@painless-security.com> | 2012-06-29 13:07:48 -0400 |
|---|---|---|
| committer | Ben Kaduk <kaduk@mit.edu> | 2012-08-27 19:27:18 -0400 |
| commit | e2b8ec99dd4a898d29eab8f5ed19f03b238fef0f (patch) | |
| tree | 05303c900b1ea6a489d852677e6769b686ed53ed /src/windows/leash/Leash.cpp | |
| parent | 3b976d4c094f0d0589468fda5f4debbb50345f20 (diff) | |
| download | krb5-e2b8ec99dd4a898d29eab8f5ed19f03b238fef0f.tar.gz krb5-e2b8ec99dd4a898d29eab8f5ed19f03b238fef0f.tar.xz krb5-e2b8ec99dd4a898d29eab8f5ed19f03b238fef0f.zip | |
Rename "Leash" to "MIT Kerberos"
In the executable name and many GUI elements.
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7292 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
Diffstat (limited to 'src/windows/leash/Leash.cpp')
| -rw-r--r-- | src/windows/leash/Leash.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/leash/Leash.cpp b/src/windows/leash/Leash.cpp index 00cbde7a7..fe2e7e7da 100644 --- a/src/windows/leash/Leash.cpp +++ b/src/windows/leash/Leash.cpp @@ -324,7 +324,7 @@ BOOL CLeashApp::InitInstance() "'-autoinit' or '-a' to perform automatic ticket initialization\n" "'-console' or '-c' to attach a console for debugging\n" "'-ms2mit' or '-import' or '-m' to perform ticket importation (and exit)", - "Leash Error", MB_OK); + "MIT Kerberos Error", MB_OK); return FALSE; } } @@ -336,7 +336,7 @@ BOOL CLeashApp::InitInstance() "'-destroy' or '-d' to perform ticket destruction (and exit)\n" "'-autoinit' or '-a' to perform automatic ticket initialization\n" "'-ms2mit' or '-import' or '-m' to perform ticket importation (and exit)", - "Leash Error", MB_OK); + "MIT Kerberos Error", MB_OK); return FALSE; } } @@ -479,7 +479,7 @@ BOOL CLeashApp::InitInstance() VScheckVersion(m_pMainWnd->m_hWnd, AfxGetInstanceHandle()); // The one and only window has been initialized, so show and update it. - m_pMainWnd->SetWindowText("Leash"); + m_pMainWnd->SetWindowText("MIT Kerberos"); m_pMainWnd->UpdateWindow(); m_pMainWnd->ShowWindow(SW_SHOW); m_pMainWnd->SetForegroundWindow(); |
