VirtualBox

Ignore:
Timestamp:
Feb 6, 2012 9:51:17 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Remove VM message for multiple VM selection: Populate VM list into word-wrap line instead of one column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r40002 r40003  
    12621262
    12631263        /* Compose VM name list: */
    1264         strVMNames += QString(strVMNames.isEmpty() ? "<b>%1</b>" : "<br><b>%1</b>").arg(strMachineName);
     1264        strVMNames += QString(strVMNames.isEmpty() ? "<b>%1</b>" : ", <b>%1</b>").arg(strMachineName);
    12651265    }
    12661266
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