VirtualBox

Ignore:
Timestamp:
Jun 4, 2018 4:37:36 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9049: Forgot something in r122904.

File:
1 edited

Legend:

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

    r71355 r72433  
    558558
    559559    strDetails = fUseHTML ?
    560         QString("%1 (<nobr>%2</nobr>)").arg(VBoxGlobal::locationForHTML(rootMedium.m_strName), strDetails) :
    561         QString("%1 (%2)").arg(VBoxGlobal::locationForHTML(rootMedium.m_strName), strDetails);
     560        QString("%1 (<nobr>%2</nobr>)").arg(QFileInfo(rootMedium.m_strName).fileName(), strDetails) :
     561        QString("%1 (%2)").arg(QFileInfo(rootMedium.m_strName).fileName(), strDetails);
    562562
    563563    return strDetails;
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