Changeset 53006 in vbox
- Timestamp:
- Oct 9, 2014 6:11:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.cpp
r52980 r53006 664 664 { 665 665 QString strLabel(tr("Screen Resolution")); 666 strLabel += QString(" %1").arg(iScreen + 1); 666 /* The screen number makes sense only if there are multiple monitors in the guest: */ 667 if (cGuestScreens > 1) 668 strLabel += QString(" %1").arg(iScreen + 1); 667 669 strResult += formatValue(strLabel, aResolutions[iScreen], iMaxLength); 668 670 }
Note:
See TracChangeset
for help on using the changeset viewer.