VirtualBox

Changeset 84288 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 13, 2020 2:36:59 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: New Cloud VM wizard: No progress-dialog names, they are coming from Main anyway, else we do have duplicates.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVM.cpp

    r84275 r84288  
    101101
    102102        /* Show "Acquire launch form" progress: */
    103         msgCenter().showModalProgressDialog(comProgress, tr("Acquire launch form ..."),
    104                                             ":/progress_refresh_90px.png", this, 0);
     103        msgCenter().showModalProgressDialog(comProgress, QString(), ":/progress_refresh_90px.png", this, 0);
    105104        if (!comProgress.isOk() || comProgress.GetResultCode() != 0)
    106105        {
     
    151150
    152151        /* Show "Create Cloud Machine" progress: */
    153         msgCenter().showModalProgressDialog(comProgress, tr("Create Cloud Machine ..."),
    154                                             ":/progress_new_cloud_vm_90px.png", this, 0);
     152        msgCenter().showModalProgressDialog(comProgress, QString(), ":/progress_new_cloud_vm_90px.png", this, 0);
    155153        if (comProgress.GetCanceled())
    156154            break;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp

    r84283 r84288  
    310310
    311311            /* Show "Acquire cloud images" progress: */
    312             msgCenter().showModalProgressDialog(comProgress, UIWizardNewCloudVM::tr("Acquire cloud images ..."),
    313                                                 ":/progress_reading_appliance_90px.png", 0, 0);
     312            msgCenter().showModalProgressDialog(comProgress, QString(), ":/progress_reading_appliance_90px.png", 0, 0);
    314313            if (!comProgress.isOk() || comProgress.GetResultCode() != 0)
    315314            {
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