Changeset 77070 in vbox
- Timestamp:
- Jan 31, 2019 12:01:44 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r77069 r77070 1704 1704 case VERR_CANCELLED: 1705 1705 strError += Utf8StrFmt(tr("The session operation was canceled")); 1706 break;1707 1708 case VERR_PERMISSION_DENIED: /** @todo r=bird: This is probably completely and utterly misleading. VERR_AUTHENTICATION_FAILURE could have this message. */1709 strError += Utf8StrFmt(tr("Invalid user/password credentials"));1710 1706 break; 1711 1707
Note:
See TracChangeset
for help on using the changeset viewer.