VirtualBox

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


Ignore:
Timestamp:
Feb 1, 2011 1:46:37 PM (14 years ago)
Author:
vboxsync
Message:

Main: fixed format specifiers (%ls versus %s)

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

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

    r35638 r35812  
    393393            AutoReadLock machLock(mMachine COMMA_LOCKVAL_SRC_POS);
    394394            return setError(E_INVALIDARG,
    395                             tr("USB device '%s' with UUID {%RTuuid} is already captured by the virtual machine '%ls'"),
     395                            tr("USB device '%s' with UUID {%RTuuid} is already captured by the virtual machine '%s'"),
    396396                            mName, mId.raw(), mMachine->getName().c_str());
    397397        }
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r35722 r35812  
    27422742        if (RT_FAILURE(vrc))
    27432743            return setError(VBOX_E_FILE_ERROR,
    2744                             tr("Invalid image file location '%ls' (%Rrc)"),
     2744                            tr("Invalid image file location '%s' (%Rrc)"),
    27452745                            aLocation.c_str(),
    27462746                            vrc);
     
    28102810        else
    28112811            setError(rc,
    2812                      tr("Could not find an image file with location '%ls' in the media registry ('%s')"),
     2812                     tr("Could not find an image file with location '%s' in the media registry ('%s')"),
    28132813                     aLocation.c_str(),
    28142814                     m->strSettingsFilePath.c_str());
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