VirtualBox

Ignore:
Timestamp:
Jan 22, 2009 3:15:31 PM (16 years ago)
Author:
vboxsync
Message:

renamed VirtualBox4 to VirtualBox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r16166 r16174  
    36703670    Bstr type (aType);
    36713671
    3672     /* Qt4 is default */
    3673 #ifdef VBOX_WITH_QT4GUI
    3674     if (type == "gui" || type == "GUI/Qt4")
     3672    /* Qt is default */
     3673#ifdef VBOX_WITH_QTGUI
     3674    if (type == "gui" || type == "GUI/Qt")
    36753675    {
    36763676# ifdef RT_OS_DARWIN /* Avoid Launch Services confusing this with the selector by using a helper app. */
     
    36913691        vrc = RTProcCreate (path, args, env, 0, &pid);
    36923692    }
    3693 #else /* !VBOX_WITH_QT4GUI */
     3693#else /* !VBOX_WITH_QTGUI */
    36943694    if (0)
    36953695        ;
    3696 #endif /* VBOX_WITH_QT4GUI */
     3696#endif /* VBOX_WITH_QTGUI */
    36973697
    36983698    else
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