VirtualBox

Changeset 108812 in vbox for trunk/src


Ignore:
Timestamp:
Apr 1, 2025 2:33:50 PM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168258
Message:

FE/Qt: bugref:10731. Some more topic id updates.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp

    r108591 r108812  
    17201720{
    17211721    /* Prepare self: */
    1722     uiCommon().setHelpKeyword(this, "network-manager" /* help keyword */);
     1722    uiCommon().setHelpKeyword(this, "config-network" /* help keyword */);
    17231723
    17241724    /* Prepare stuff: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r108591 r108812  
    6666                             const QString &strMachineGroup,
    6767                             const QString &strISOFilePath /* = QString() */)
    68     : UINativeWizard(pParent, WizardType_NewVM, "create-vm-wizard" /* help keyword */)
     68    : UINativeWizard(pParent, WizardType_NewVM, "create-vm" /* help keyword */)
    6969    , m_strMachineGroup(strMachineGroup)
    7070    , m_iIDECount(0)
     
    107107        case WizardMode_Basic:
    108108        {
    109             UIWizardNewVMNameOSTypePage *pNamePage = new UIWizardNewVMNameOSTypePage("create-vm-wizard-name-os" /* help keyword*/);
     109            UIWizardNewVMNameOSTypePage *pNamePage = new UIWizardNewVMNameOSTypePage("create-vm-name-os" /* help keyword*/);
    110110            addPage(pNamePage);
    111111            if (!m_strInitialISOFilePath.isEmpty())
    112112                pNamePage->setISOFilePath(m_strInitialISOFilePath);
    113             m_iUnattendedInstallPageIndex = addPage(new UIWizardNewVMUnattendedPage("create-vm-wizard-unattended-install" /* help keyword */));
     113            m_iUnattendedInstallPageIndex = addPage(new UIWizardNewVMUnattendedPage("create-vm-unattended-install" /* help keyword */));
    114114            setUnattendedPageVisible(false);
    115             addPage(new UIWizardNewVMHardwarePage("create-vm-wizard-hardware" /* help keyword*/));
     115            addPage(new UIWizardNewVMHardwarePage("create-vm-hardware" /* help keyword*/));
    116116            addPage(new UIWizardNewVMSummaryPage);
    117117            break;
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