Changeset 973 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 19, 2007 11:57:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
r968 r973 213 213 QFileDialog dlg (QDir::rootDirPath(), QString::null, this); 214 214 dlg.setMode (QFileDialog::DirectoryOnly); 215 dlg.setCaption (tr ("Select a folder to share")); 215 216 if (dlg.exec() == QDialog::Accepted) 216 217 {
Note:
See TracChangeset
for help on using the changeset viewer.