// 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);