- Timestamp:
- Oct 24, 2017 4:11:57 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.cpp
r69200 r69239 230 230 m_aAllowedExtensions, m_strDefaultExtension); 231 231 /* Compose default-name for virtual-disk copy: */ 232 QString strMediumName = UIWizardCloneVD::tr("%1_copy", "copied virtual disk image name").arg(sourceFileInfo. baseName());232 QString strMediumName = UIWizardCloneVD::tr("%1_copy", "copied virtual disk image name").arg(sourceFileInfo.completeBaseName()); 233 233 /* Set default-name as text for location editor: */ 234 234 m_pDestinationDiskEditor->setText(strMediumName);
Note:
See TracChangeset
for help on using the changeset viewer.