VirtualBox

Changeset 50454 in vbox


Ignore:
Timestamp:
Feb 13, 2014 7:47:46 PM (11 years ago)
Author:
vboxsync
Message:

6813 - formatting changes as needed - BandwidthControlImpl.cpp

File:
1 edited

Legend:

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

    r50436 r50454  
    407407    if (SUCCEEDED(rc))
    408408        return setError(VBOX_E_OBJECT_IN_USE,
    409                         tr("Bandwidth group named '%ls' already exists"),
    410                         Bstr(aName).raw());
     409                        tr("Bandwidth group named '%s' already exists"),
     410                        aName.c_str());
    411411
    412412    group.createObject();
     
    436436    if (group->i_getReferences() != 0)
    437437        return setError(VBOX_E_OBJECT_IN_USE,
    438                         tr("The bandwidth group '%ls' is still in use"), Bstr(aName).raw());
     438                        tr("The bandwidth group '%s' is still in use"), aName.c_str());
    439439
    440440    /* We can remove it now. */
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