VirtualBox

Changeset 104692 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 16, 2024 3:51:25 PM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163246
Message:

Main, FE/Qt, ImageMounter: bugref:10690: Replace locally hardcoded Extension Pack name with globally defined one, easier to rebrand.

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp

    r101515 r104692  
    1010
    1111/*
    12  * Copyright (C) 2006-2023 Oracle and/or its affiliates.
     12 * Copyright (C) 2006-2024 Oracle and/or its affiliates.
    1313 *
    1414 * This file is part of VirtualBox base platform packages, as
     
    31563156            case NetworkAttachmentType_Cloud:
    31573157            {
    3158                 static const char *s_pszCloudExtPackName = "Oracle VM VirtualBox Extension Pack";
     3158                static const char *s_pszCloudExtPackName = VBOX_PUEL_PRODUCT;
    31593159                /*
    31603160                 * Cloud network attachments do not work wihout installed extpack.
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp

    r104516 r104692  
    1010
    1111/*
    12  * Copyright (C) 2006-2023 Oracle and/or its affiliates.
     12 * Copyright (C) 2006-2024 Oracle and/or its affiliates.
    1313 *
    1414 * This file is part of VirtualBox base platform packages, as
     
    279279     */
    280280# ifdef VBOX_WITH_EXTPACK
    281     static const char *s_pszPCIRawExtPackName = "Oracle VM VirtualBox Extension Pack";
     281    static const char *s_pszPCIRawExtPackName = VBOX_PUEL_PRODUCT;
    282282    if (!mptrExtPackManager->i_isExtPackUsable(s_pszPCIRawExtPackName))
    283283        /* Always fatal! */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette