Changeset 94167 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 11, 2022 9:42:17 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150422
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r93234 r94167 214 214 if (m_pSourceTabBar) 215 215 { 216 m_pSourceTabBar->setTabText(0, UIWizardNewCloudVM::tr("& Boot Volumes"));217 m_pSourceTabBar->setTabText(1, UIWizardNewCloudVM::tr("& Images"));216 m_pSourceTabBar->setTabText(0, UIWizardNewCloudVM::tr("&Images")); 217 m_pSourceTabBar->setTabText(1, UIWizardNewCloudVM::tr("&Boot Volumes")); 218 218 } 219 219
Note:
See TracChangeset
for help on using the changeset viewer.