VirtualBox

Ignore:
Timestamp:
Jun 21, 2011 11:37:31 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72414
Message:

Frontends/VirtualBox: fix progress message bug if the time estimate is several hours.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.cpp

    r36122 r37572  
    248248            m_pEtaLbl->setText(strOneComp.arg(strDays));
    249249        else if (hours > 2)
    250             m_pEtaLbl->setText(strTwoComp.arg(strHours));
     250            m_pEtaLbl->setText(strOneComp.arg(strHours));
    251251        else if (hours > 0 && minutes > 0)
    252252            m_pEtaLbl->setText(strTwoComp.arg(strHours).arg(strMinutes));
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