Changeset 57948 in vbox
- Timestamp:
- Sep 29, 2015 6:02:36 PM (9 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
-
GuestProcessImpl.cpp (modified) (1 diff)
-
GuestSessionImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r57358 r57948 525 525 break; 526 526 527 case VERR_PERMISSION_DENIED: 527 case VERR_PERMISSION_DENIED: /** @todo r=bird: This is probably completely and utterly misleading. VERR_AUTHENTICATION_FAILURE could have this message. */ 528 528 strError += Utf8StrFmt(tr("Invalid user/password credentials")); 529 529 break; -
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r57358 r57948 1458 1458 break; 1459 1459 1460 case VERR_PERMISSION_DENIED: 1460 case VERR_PERMISSION_DENIED: /** @todo r=bird: This is probably completely and utterly misleading. VERR_AUTHENTICATION_FAILURE could have this message. */ 1461 1461 strError += Utf8StrFmt(tr("Invalid user/password credentials")); 1462 1462 break;
Note:
See TracChangeset
for help on using the changeset viewer.

