- Timestamp:
- Mar 29, 2016 2:02:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r58552 r60242 5 5 6 6 /* 7 * Copyright (C) 2012-201 5Oracle Corporation7 * Copyright (C) 2012-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1454 1454 case VERR_HGCM_SERVICE_NOT_FOUND: 1455 1455 strError += Utf8StrFmt(tr("The guest execution service is not available")); 1456 break; 1457 1458 case VERR_ACCOUNT_RESTRICTED: 1459 strError += Utf8StrFmt(tr("The specified user account on the guest is restricted and can't be used to logon")); 1456 1460 break; 1457 1461
Note:
See TracChangeset
for help on using the changeset viewer.