VirtualBox

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


Ignore:
Timestamp:
May 16, 2024 3:51:25 PM (8 months ago)
Author:
vboxsync
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
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ExtPackManagerImpl.h

    r101293 r104692  
    55
    66/*
    7  * Copyright (C) 2010-2023 Oracle and/or its affiliates.
     7 * Copyright (C) 2010-2024 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
     
    3434#include "VirtualBoxBase.h"
    3535#include <VBox/ExtPack/ExtPack.h>
     36#include <VBox/version.h> /* VBOX_PUEL_PRODUCT */
    3637#include "ExtPackWrap.h"
    3738#include "ExtPackFileWrap.h"
     
    4142
    4243/** The name of the oracle extension back. */
    43 #define ORACLE_PUEL_EXTPACK_NAME "Oracle VM VirtualBox Extension Pack"
     44#define ORACLE_PUEL_EXTPACK_NAME VBOX_PUEL_PRODUCT
    4445
    4546
  • 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.

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