Changeset 42684 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 8, 2012 2:53:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp
r42600 r42684 116 116 m_text << UITextTableLine(tr("Operating system", "details"), 117 117 vboxGlobal().vmGuestOSTypeDescription(machine().GetOSTypeId())); 118 119 /* Groups: */ 120 QStringList groups = machine().GetGroups().toList(); 121 if (!groups.contains("/") || groups.size() > 1) 122 m_text << UITextTableLine(tr("Groups", "details"), groups.join(", ")); 118 123 } 119 124 else
Note:
See TracChangeset
for help on using the changeset viewer.