VirtualBox

Changeset 23616 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 8, 2009 11:52:49 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Little fix for r53283.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp

    r23609 r23616  
    8383    else if (!mIsHostDrive)
    8484        mName = mMedium.GetName();
    85     else if (mMedium.GetDescription().isNull())
     85    else if (mMedium.GetDescription().isEmpty())
    8686        mName = VBoxGlobal::tr ("Host Drive '%1'", "medium").arg (QDir::toNativeSeparators (mMedium.GetLocation()));
    8787    else
    88         mName = VBoxGlobal::tr ("Host Drive %1 (%2)", "medium").arg (mMedium.GetDescription(), mMedium.GetName());
     88        mName = VBoxGlobal::tr ("Host Drive %1 (%2)", "medium").arg (mMedium.GetDescription(), QDir::toNativeSeparators (mMedium.GetLocation()));
    8989
    9090    mLocation = mMedium.isNull() || mIsHostDrive ? QString ("--") :
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