*** empty log message ***

svn path=/trunk/boinc/; revision=10341
This commit is contained in:
Charlie Fenton 2006-06-14 12:03:12 +00:00
parent e05a8ed187
commit f2c4ab3851
2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ bool CBOINCGUIApp::OnInit() {
#ifdef SANDBOX
if (check_security(true)) {
wxMessageDialog* pDlg =
new wxMessageDialog(m_pFrame, wxT("BOINC ownership or permissions are not set properly; please reinstall BOINC"),wxT(""), wxOK);
new wxMessageDialog(m_pFrame, _("BOINC ownership or permissions are not set properly; please reinstall BOINC"),wxT(""), wxOK);
pDlg->ShowModal();
if (pDlg)
pDlg->Destroy();

View File

@ -1424,6 +1424,7 @@
F54B8FC902AC0A0C01FB7237 /* cs_scheduler.C */,
DD344B9307C5AE2E0043025C /* cs_statefile.C */,
DD344B9407C5AE2E0043025C /* cs_trickle.C */,
DD6617870A3FFD8C00FFEBEB /* check_security.C */,
DD344B9507C5AE2E0043025C /* dhrystone.C */,
DD344B9607C5AE2E0043025C /* dhrystone.h */,
DD344B9707C5AE2E0043025C /* dhrystone2.C */,
@ -1459,7 +1460,6 @@
F519F98E02C44A7501BDB3CA /* scheduler_op.h */,
AA8B6B23046C366200A80164 /* ss_logic.C */,
AA8B6B24046C366200A80164 /* ss_logic.h */,
DD6617870A3FFD8C00FFEBEB /* check_security.C */,
F54B8FE402AC0A0C01FB7237 /* time_stats.C */,
F54B8FE502AC0A0C01FB7237 /* time_stats.h */,
DD5EF08807C5B7C7007CCE8D /* version.h */,