VirtualBox

Changeset 22434 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 25, 2009 2:26:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51430
Message:

beb: more fixes

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r22391 r22434  
    206206    VBOX_BLEEDING_EDGE=\"$(VBOX_BLEEDING_EDGE)\"
    207207VirtualBox_src/VBoxAboutDlg.cpp_DEFS += \
     208    VBOX_BLEEDING_EDGE=\"$(VBOX_BLEEDING_EDGE)\"
     209VirtualBox_src/main.cpp_DEFS += \
    208210    VBOX_BLEEDING_EDGE=\"$(VBOX_BLEEDING_EDGE)\"
    209211VirtualBox_src/VBoxConsoleWnd.cpp_DEPS += $(VBOX_VERSION_MK) $(VBOX_SVN_REV_KMK)
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h

    r22330 r22434  
    155155    /* Special problem handlers */
    156156    void showBETAWarning();
     157    void showBEBWarning();
    157158
    158159#ifdef Q_WS_X11
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r22329 r22434  
    353353}
    354354
     355void VBoxProblemReporter::showBEBWarning()
     356{
     357    message
     358        (0, Warning,
     359         tr ("You are running an EXPERIMENTAL build of VirtualBox. "
     360             "This version is not suitable for production use."));
     361}
     362
    355363#ifdef Q_WS_X11
    356364void VBoxProblemReporter::cannotFindLicenseFiles (const QString &aPath)
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r22352 r22434  
    491491            else
    492492            {
    493 #ifndef DEBUG
     493#ifdef VBOX_BLEEDING_EDGE
     494                vboxProblem().showBEBWarning();
     495#else
     496# ifndef DEBUG
    494497                /* Check for BETA version */
    495498                QString vboxVersion (vboxGlobal().virtualBox().GetVersion());
    496499                if (vboxVersion.contains ("BETA"))
    497500                    vboxProblem().showBETAWarning();
     501# endif
    498502#endif
    499503
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