Changeset 104559 in vbox
- Timestamp:
- May 8, 2024 3:14:44 PM (7 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp
r104558 r104559 220 220 if (m_pProfileLabel) 221 221 m_pProfileLabel->setText(UIWizardAddCloudVM::tr("P&rofile:")); 222 if (m_pProfileComboBox) 223 m_pProfileComboBox->setToolTip(UIWizardAddCloudVM::tr("Selects cloud profile.")); 222 224 if (m_pProfileToolButton) 223 225 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp
r104555 r104559 428 428 /* Translate profile stuff: */ 429 429 m_pProfileLabel->setText(UIWizardAddCloudVM::tr("&Profile:")); 430 if (m_pProfileComboBox) 431 m_pProfileComboBox->setToolTip(UIWizardAddCloudVM::tr("Selects cloud profile.")); 430 432 if (m_pProfileToolButton) 431 433 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp
r104551 r104559 516 516 /* Translate profile stuff: */ 517 517 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 518 if (m_pProfileComboBox) 519 m_pProfileComboBox->setToolTip(UIWizardExportApp::tr("Selects cloud profile.")); 518 520 if (m_pProfileToolButton) 519 521 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageFormat.cpp
r104551 r104559 1003 1003 /* Translate profile stuff: */ 1004 1004 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 1005 if (m_pProfileComboBox) 1006 m_pProfileComboBox->setToolTip(UIWizardExportApp::tr("Selects cloud profile.")); 1005 1007 if (m_pProfileToolButton) 1006 1008 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r104551 r104559 445 445 if (m_pProfileLabel) 446 446 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 447 if (m_pProfileComboBox) 448 m_pProfileComboBox->setToolTip(UIWizardImportApp::tr("Selects cloud profile.")); 447 449 if (m_pProfileToolButton) 448 450 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSource.cpp
r104551 r104559 706 706 if (m_pProfileLabel) 707 707 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 708 if (m_pProfileComboBox) 709 m_pProfileComboBox->setToolTip(UIWizardImportApp::tr("Selects cloud profile.")); 708 710 if (m_pProfileToolButton) 709 711 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r104555 r104559 268 268 if (m_pProfileLabel) 269 269 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 270 if (m_pProfileComboBox) 271 m_pProfileComboBox->setToolTip(UIWizardNewCloudVM::tr("Selects cloud profile.")); 270 272 if (m_pProfileToolButton) 271 273 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp
r104555 r104559 492 492 /* Translate profile stuff: */ 493 493 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 494 if (m_pProfileComboBox) 495 m_pProfileComboBox->setToolTip(UIWizardNewCloudVM::tr("Selects cloud profile.")); 494 496 if (m_pProfileToolButton) 495 497 {
Note:
See TracChangeset
for help on using the changeset viewer.