VirtualBox

Changeset 22300 in vbox


Ignore:
Timestamp:
Aug 17, 2009 3:11:30 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51173
Message:

Main: fix bad unicode in discarding snapshot title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r22298 r22300  
    80978097    if (childrenCount > 1)
    80988098        return setError(VBOX_E_INVALID_OBJECT_STATE,
    8099                         tr("Snapshot '%ls' of the machine '%ls' has more than one child snapshot (%d)"),
    8100                         snapshot->getName().raw(),
     8099                        tr("Snapshot '%s' of the machine '%ls' has more than one child snapshot (%d)"),
     8100                        snapshot->getName().c_str(),
    81018101                        mUserData->mName.raw(),
    81028102                        childrenCount);
     
    81208120    progress.createObject();
    81218121    rc = progress->init (mParent, aInitiator,
    8122                          Bstr(Utf8StrFmt(tr("Discarding snapshot '%ls'"),
    8123                                             snapshot->getName().raw())),
     8122                         Bstr(Utf8StrFmt(tr("Discarding snapshot '%s'"),
     8123                                            snapshot->getName().c_str())),
    81248124                         FALSE /* aCancelable */,
    81258125                         1 + (ULONG)snapshot->getSnapshotMachine()->mHDData->mAttachments.size() +
Note: See TracChangeset for help on using the changeset viewer.

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