VirtualBox

Changeset 28644 in vbox


Ignore:
Timestamp:
Apr 23, 2010 1:13:40 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: New HD wizard bug fix (choosing vdi file location were using incorrect line-edit).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp

    r26714 r28644  
    327327        if (QFileInfo(selected).completeSuffix().isEmpty())
    328328            selected += ".vdi";
    329         m_pSizeEditor->setText(QDir::toNativeSeparators(selected));
    330         m_pSizeEditor->selectAll();
    331         m_pSizeEditor->setFocus();
     329        m_pLocationEditor->setText(QDir::toNativeSeparators(selected));
     330        m_pLocationEditor->selectAll();
     331        m_pLocationEditor->setFocus();
    332332    }
    333333}
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