VirtualBox

Ignore:
Timestamp:
Feb 2, 2008 9:46:25 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Add _DRIVE when adding drive shares on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h

    r6724 r6763  
    301301    void showFileDialog()
    302302    {
    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"));
    306307        if (folder.isNull())
    307308            return;
     
    320321            /* processing root folder */
    321322            mLePath->setText (folderName);
    322 #if defined(Q_WS_WIN32)
     323#if defined (Q_OS_WIN) || defined (Q_OS_OS2)
    323324            mLeName->setText (rootRule.cap (2) + "_DRIVE");
    324 #elif defined(Q_WS_X11)
     325#elif defined (Q_OS_UNIX)
    325326            mLeName->setText ("ROOT");
    326327#endif
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