Changeset 65218 in vbox
- Timestamp:
- Jan 10, 2017 8:43:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r65101 r65218 6977 6977 RTTimeLocalExplode(&T, &Now); 6978 6978 bool fSuppressNewYearSplash = false; 6979 rc = CFGMR3QueryBoolDef(pCfg, "SuppressNewYearSplash", &fSuppressNewYearSplash, false);6979 rc = CFGMR3QueryBoolDef(pCfg, "SuppressNewYearSplash", &fSuppressNewYearSplash, true); 6980 6980 if ( !fSuppressNewYearSplash 6981 6981 && (T.u16YearDay > 353 || T.u16YearDay < 10))
Note:
See TracChangeset
for help on using the changeset viewer.