VirtualBox

Changeset 43928 in vbox for trunk


Ignore:
Timestamp:
Nov 21, 2012 10:53:10 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82242
Message:

FE/Qt: Creating alias file for .vbox settings file under mac-host was forbidden by accident.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r43885 r43928  
    18191819            /* On Mac OS X this are real alias files, which don't work with the old
    18201820             * legacy xml files. On the other OS's some kind of start up script is used. */
    1821             && !pItem->settingsFile().endsWith(".vbox", Qt::CaseInsensitive)
     1821            && pItem->settingsFile().endsWith(".vbox", Qt::CaseInsensitive)
    18221822#endif /* Q_WS_MAC */
    18231823            )
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette