VirtualBox

Changeset 51414 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 27, 2014 8:28:36 AM (11 years ago)
Author:
vboxsync
Message:

Main/Medium: fix some copy/paste issues, resulted in not so perfect error messages for OVF export and import, talking about cloning instead. Backport candidate, no regression risk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r51092 r51414  
    79757975                if (RT_FAILURE(vrc))
    79767976                    throw setError(VBOX_E_FILE_ERROR,
    7977                                    tr("Could not create the clone medium '%s'%s"),
     7977                                   tr("Could not create the exported medium '%s'%s"),
    79787978                                   targetLocation.c_str(), i_vdError(vrc).c_str());
    79797979            }
     
    81458145                if (RT_FAILURE(vrc))
    81468146                    throw setError(VBOX_E_FILE_ERROR,
    8147                                    tr("Could not create the clone medium '%s'%s"),
     8147                                   tr("Could not create the imported medium '%s'%s"),
    81488148                                   targetLocation.c_str(), i_vdError(vrc).c_str());
    81498149
     
    81788178        if (pParent)
    81798179        {
    8180             /* associate the clone with the parent and deassociate
     8180            /* associate the imported medium with the parent and deassociate
    81818181             * from VirtualBox */
    81828182            m->pParent = pParent;
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