VirtualBox

Changeset 50612 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 26, 2014 3:07:31 PM (11 years ago)
Author:
vboxsync
Message:

DnD/Main: One more error-to-text entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp

    r50609 r50612  
    340340    switch (guestRc)
    341341    {
     342        case VERR_ACCESS_DENIED:
     343            strError += Utf8StrFmt(pGuest->tr("For one or more guest files or directories selected for transferring to the host your guest "
     344                                              "user does not have the appropriate access rights for. Please make sure that all selected "
     345                                              "elements can be accessed and that your guest user has the appropriate rights."));
     346            break;
     347
    342348        case VERR_SHARING_VIOLATION:
    343349            strError += Utf8StrFmt(pGuest->tr("One or more guest files or directories selected for transferring to the host were locked. "
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette