Changeset 6763 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
- Timestamp:
- Feb 2, 2008 9:46:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h
r6724 r6763 301 301 void showFileDialog() 302 302 { 303 QString folder = vboxGlobal().getExistingDirectory (QDir::rootDirPath(), 304 this, "addSharedFolderDialog", 305 tr ("Select a folder to share")); 303 QString folder = vboxGlobal() 304 .getExistingDirectory (QDir::rootDirPath(), 305 this, "addSharedFolderDialog", 306 tr ("Select a folder to share")); 306 307 if (folder.isNull()) 307 308 return; … … 320 321 /* processing root folder */ 321 322 mLePath->setText (folderName); 322 #if defined (Q_WS_WIN32)323 #if defined (Q_OS_WIN) || defined (Q_OS_OS2) 323 324 mLeName->setText (rootRule.cap (2) + "_DRIVE"); 324 #elif defined (Q_WS_X11)325 #elif defined (Q_OS_UNIX) 325 326 mLeName->setText ("ROOT"); 326 327 #endif
Note:
See TracChangeset
for help on using the changeset viewer.