Changeset 56226 in vbox
- Timestamp:
- Jun 3, 2015 2:50:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp
r55720 r56226 751 751 strAttachmentType = strGenericDriverProperties.isNull() ? 752 752 strAttachmentType.arg(QApplication::translate("UIGDetails", "Generic Driver, '%1'", "details (network)").arg(adapter.GetGenericDriver())) : 753 strAttachmentType.arg(QApplication::translate("UIGDetails", "Generic Driver, '%1' { %2 }", "details (network)")753 strAttachmentType.arg(QApplication::translate("UIGDetails", "Generic Driver, '%1' { %2 }", "details (network)") 754 754 .arg(adapter.GetGenericDriver(), strGenericDriverProperties)); 755 755 break;
Note:
See TracChangeset
for help on using the changeset viewer.