"MIT Kerberos", not "Leash32"
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7333 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
// Registry key under which our settings are stored.
if (m_pszAppName)
free((void*)m_pszAppName);
- m_pszAppName = _tcsdup("Leash32");
+ m_pszAppName = _tcsdup("MIT Kerberos");
SetRegistryKey(_T("MIT"));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
cs.dwExStyle |= WS_EX_APPWINDOW;
// cs.dwExStyle |= WS_EX_OVERLAPPEDWINDOW ;
cs.lpszClass = _T("LEASH.0WNDCLASS");
- cs.lpszName = _T("Leash32");
+ cs.lpszName = _T("MIT Kerberos");
CString strText = AfxGetApp()->GetProfileString(CLeashFrame::s_profileHeading,
CLeashFrame::s_profileRect);