*** empty log message ***

svn path=/trunk/boinc/; revision=11804
This commit is contained in:
Rom Walton 2007-01-08 18:42:48 +00:00
parent d18edc87eb
commit 98dca861c7
5 changed files with 11 additions and 2 deletions

View File

@ -269,3 +269,12 @@ David 8 Jan 2007
ViewProjectsGrid.cpp,h
ViewTransfersGrid.pp
ViewWOrkGrid.cpp
Rom 8 Jan 2007
- Win SETUP: Make Windows XP or better require passwords for the
service accounts again.
- Win SETUP: Fix a spelling mistake that JM7 found.
boinc/win_build/installerv2/redist/Windows/src/boinccas
CAGrantServiceExecutionRight.cpp
CAVerifyServicePassword.cpp

View File

@ -149,7 +149,7 @@ UINT CAGrantServiceExecutionRight::OnExecution()
NULL,
NULL,
NULL,
_T("Failed to be able to optain the SID for the selected user on the localhost")
_T("Failed to be able to obtain the SID for the selected user on the localhost")
);
return ERROR_INSTALL_FAILURE;
}

View File

@ -88,7 +88,7 @@ UINT CAVerifyServicePassword::OnExecution()
}
else
{
if ( strServicePassword.empty() && ( strWindowsVersion.empty() || (strWindowsVersion < _T("501")) ))
if ( strServicePassword.empty() )
{
DisplayMessage(
MB_OK,