VirtualBox

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


Ignore:
Timestamp:
Aug 23, 2012 7:26:48 AM (12 years ago)
Author:
vboxsync
Message:

Main: fixed recently introduced typo which caused to show garbage in the error message if a VM cannot be found

File:
1 edited

Legend:

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

    r42890 r42930  
    31773177    if (aSetError && FAILED(rc))
    31783178        rc = setError(rc,
    3179                       tr("Could not find a registered machine named '%ls'"), aName.c_str());
     3179                      tr("Could not find a registered machine named '%s'"), aName.c_str());
    31803180
    31813181    return rc;
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