Changeset 72433 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 4, 2018 4:37:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp
r71355 r72433 558 558 559 559 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); 562 562 563 563 return strDetails;
Note:
See TracChangeset
for help on using the changeset viewer.