summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/Leash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash/Leash.cpp')
-rw-r--r--src/windows/leash/Leash.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/leash/Leash.cpp b/src/windows/leash/Leash.cpp
index 00cbde7a7b..fe2e7e7dac 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();