Changeset 28644 in vbox
- Timestamp:
- Apr 23, 2010 1:13:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp
r26714 r28644 327 327 if (QFileInfo(selected).completeSuffix().isEmpty()) 328 328 selected += ".vdi"; 329 m_p SizeEditor->setText(QDir::toNativeSeparators(selected));330 m_p SizeEditor->selectAll();331 m_p SizeEditor->setFocus();329 m_pLocationEditor->setText(QDir::toNativeSeparators(selected)); 330 m_pLocationEditor->selectAll(); 331 m_pLocationEditor->setFocus(); 332 332 } 333 333 }
Note:
See TracChangeset
for help on using the changeset viewer.