Changeset 106001 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 10, 2024 11:15:32 AM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164747
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r98103 r106001 577 577 return errorSyntax(DHCPServer::tr("--unforce-opt does not apply to the 'add' subcommand")); 578 578 RT_FALL_THROUGH(); 579 case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsup ress-opt579 case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsuppress-opt 580 580 if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD) 581 581 return errorSyntax(DHCPServer::tr("--unsuppress-opt does not apply to the 'add' subcommand")); -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r105887 r106001 60 60 /** @name Messaging 61 61 * @{ */ 62 /** Holds the list of sup ressed messages for the Message/Popup center frameworks. */62 /** Holds the list of suppressed messages for the Message/Popup center frameworks. */ 63 63 SHARED_LIBRARY_STUFF extern const char *GUI_SuppressMessages; 64 64 /** 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 199 199 /** @name Messaging 200 200 * @{ */ 201 /** Returns the list of sup ressed messages for the Message/Popup center frameworks. */201 /** Returns the list of suppressed messages for the Message/Popup center frameworks. */ 202 202 QStringList suppressedMessages(const QUuid &uID = GlobalID); 203 /** Defines the @a list of sup ressed messages for the Message/Popup center frameworks. */203 /** Defines the @a list of suppressed messages for the Message/Popup center frameworks. */ 204 204 void setSuppressedMessages(const QStringList &list); 205 205
Note:
See TracChangeset
for help on using the changeset viewer.