VirtualBox

Changeset 65218 in vbox


Ignore:
Timestamp:
Jan 10, 2017 8:43:54 AM (8 years ago)
Author:
vboxsync
Message:

suppress new year splash screen by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r65101 r65218  
    69776977            RTTimeLocalExplode(&T, &Now);
    69786978            bool fSuppressNewYearSplash = false;
    6979             rc = CFGMR3QueryBoolDef(pCfg, "SuppressNewYearSplash", &fSuppressNewYearSplash, false);
     6979            rc = CFGMR3QueryBoolDef(pCfg, "SuppressNewYearSplash", &fSuppressNewYearSplash, true);
    69806980            if (   !fSuppressNewYearSplash
    69816981                && (T.u16YearDay > 353 || T.u16YearDay < 10))
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