VirtualBox

Changeset 69239 in vbox for trunk


Ignore:
Timestamp:
Oct 24, 2017 4:11:57 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118552
Message:

FE/Qt: bugref:9025: Use the full basename instead of simple basename (of source file) as cloned image name proposal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.cpp

    r69200 r69239  
    230230                      m_aAllowedExtensions, m_strDefaultExtension);
    231231    /* 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());
    233233    /* Set default-name as text for location editor: */
    234234    m_pDestinationDiskEditor->setText(strMediumName);
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