VirtualBox

Changeset 106001 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 10, 2024 11:15:32 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164747
Message:

doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help
files to improve readability, corrected some typos, and made various
other corrections.

src/VBox/*: Updated some comments and log messages for a variety of
source files to correct the spelling of 'suppress'. A few APIC files
and USB files use 'supress' in variable names or manifest constants but
those were not changed.

Location:
trunk/src/VBox/Frontends
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp

    r98103 r106001  
    577577                        return errorSyntax(DHCPServer::tr("--unforce-opt does not apply to the 'add' subcommand"));
    578578                    RT_FALL_THROUGH();
    579                 case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsupress-opt
     579                case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsuppress-opt
    580580                    if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD)
    581581                        return errorSyntax(DHCPServer::tr("--unsuppress-opt does not apply to the 'add' subcommand"));
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h

    r105887 r106001  
    6060    /** @name Messaging
    6161      * @{ */
    62         /** Holds the list of supressed messages for the Message/Popup center frameworks. */
     62        /** Holds the list of suppressed messages for the Message/Popup center frameworks. */
    6363        SHARED_LIBRARY_STUFF extern const char *GUI_SuppressMessages;
    6464        /** Holds the list of messages for the Message/Popup center frameworks with inverted check-box state. */
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h

    r105363 r106001  
    199199    /** @name Messaging
    200200      * @{ */
    201         /** Returns the list of supressed messages for the Message/Popup center frameworks. */
     201        /** Returns the list of suppressed messages for the Message/Popup center frameworks. */
    202202        QStringList suppressedMessages(const QUuid &uID = GlobalID);
    203         /** Defines the @a list of supressed messages for the Message/Popup center frameworks. */
     203        /** Defines the @a list of suppressed messages for the Message/Popup center frameworks. */
    204204        void setSuppressedMessages(const QStringList &list);
    205205
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