VirtualBox

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


Ignore:
Timestamp:
May 17, 2024 9:15:08 AM (9 months ago)
Author:
vboxsync
Message:

Main: Rebranding changes. bugref:10690

Location:
trunk/src/VBox/Main
Files:
7 edited

Legend:

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

    r104692 r104702  
    4141
    4242
    43 /** The name of the oracle extension back. */
     43/** The name of the Oracle extension pack. */
    4444#define ORACLE_PUEL_EXTPACK_NAME VBOX_PUEL_PRODUCT
    4545
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp

    r104692 r104702  
    31623162                 */
    31633163# ifdef VBOX_WITH_EXTPACK
    3164                 if (!mptrExtPackManager->i_isExtPackUsable(s_pszCloudExtPackName))
     3164                if (   !mptrExtPackManager->i_isExtPackUsable(s_pszCloudExtPackName)
     3165                    && !mptrExtPackManager->i_isExtPackUsable("Oracle VM VirtualBox Extension Pack")) /* Legacy name -- see @bugref{10690}. */
    31653166# endif
    31663167                {
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp

    r104692 r104702  
    280280# ifdef VBOX_WITH_EXTPACK
    281281    static const char *s_pszPCIRawExtPackName = VBOX_PUEL_PRODUCT;
    282     if (!mptrExtPackManager->i_isExtPackUsable(s_pszPCIRawExtPackName))
     282    if (   !mptrExtPackManager->i_isExtPackUsable(s_pszPCIRawExtPackName)
     283        && !mptrExtPackManager->i_isExtPackUsable("Oracle VM VirtualBox Extension Pack")) /* Legacy name -- see @bugref{10690}. */
    283284        /* Always fatal! */
    284285        return pVMM->pfnVMR3SetError(pUVM, VERR_NOT_FOUND, RT_SRC_POS,
  • trunk/src/VBox/Main/xml/VirtualBox-settings.xsd

    r103085 r104702  
    44 *  :folding=explicit:collapseFolds=1:
    55 *
    6  *  Oracle VM VirtualBox Settings Schema
     6 *  Oracle VirtualBox Settings Schema
    77 *  Common definitions
    88-->
     
    3939<xsd:annotation>
    4040  <xsd:documentation xml:lang="en">
    41     Oracle VM VirtualBox Settings Schema (common definitions).
     41    Oracle VirtualBox Settings Schema (common definitions).
    4242    Copyright (C) 2004-2023 Oracle and/or its affiliates.
    4343  </xsd:documentation>
  • trunk/src/VBox/Main/xml/samples/VirtualBox-global.xml

    r32436 r104702  
    11<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    2 <!-- Oracle VM VirtualBox Sample Global Configuration -->
     2<!-- Oracle VirtualBox Sample Global Configuration -->
    33<!--
    44 *  :tabSize=2:indentSize=2:noTabs=true:
     
    5959
    6060</VirtualBox>
    61 
    62 
  • trunk/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml

    r32436 r104702  
    11<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    2 <!-- Oracle VM VirtualBox Sample Machine Configuration (for a linux host) -->
     2<!-- Oracle VirtualBox Sample Machine Configuration (for a linux host) -->
    33<!--
    44 *  :tabSize=2:indentSize=2:noTabs=true:
  • trunk/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml

    r32436 r104702  
    11<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    2 <!-- Oracle VM VirtualBox Sample Machine Configuration (for a win32 host) -->
     2<!-- Oracle VirtualBox Sample Machine Configuration (for a win32 host) -->
    33<!--
    44 *  :tabSize=2:indentSize=2:noTabs=true:
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