VirtualBox

Changeset 84417 in vbox


Ignore:
Timestamp:
May 20, 2020 4:07:01 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: Add Cloud VM wizard: Remove redundant progress titles, same as in r137926 for New Cloud VM wizard.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVM.cpp

    r83858 r84417  
    9191        {
    9292            /* Show "Add cloud machine" progress: */
    93             msgCenter().showModalProgressDialog(comProgress, tr("Add cloud machine ..."),
     93            msgCenter().showModalProgressDialog(comProgress, QString(),
    9494                                                ":/progress_new_cloud_vm_90px.png", this, 0);
    9595            /* Check for canceled progress: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp

    r84362 r84417  
    308308
    309309            /* Show "Acquire cloud instances" progress: */
    310             msgCenter().showModalProgressDialog(comProgress, UIWizardAddCloudVM::tr("Acquire cloud instances ..."),
     310            msgCenter().showModalProgressDialog(comProgress, QString(),
    311311                                                ":/progress_reading_appliance_90px.png", 0, 0);
    312312            if (!comProgress.isOk() || comProgress.GetResultCode() != 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette