VirtualBox

Changeset 101133 in vbox


Ignore:
Timestamp:
Sep 15, 2023 4:22:59 PM (17 months ago)
Author:
vboxsync
Message:

Main: Also guard GraphicsControllerType_VMSVGA in platform properties and don't include _Null the returned arrays (FE/Qt does not have translation for those anyway). bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp

    r101132 r101133  
    704704#endif
    705705            };
    706             aSupportedGraphicsControllerTypes.assign(aGraphicsControllerTypes /* Don't include _Null */,
     706            aSupportedGraphicsControllerTypes.assign(aGraphicsControllerTypes + 1 /* Don't include _Null */,
    707707                                                     aGraphicsControllerTypes + RT_ELEMENTS(aGraphicsControllerTypes));
    708708            break;
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