Changeset 23289 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 24, 2009 3:26:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r23288 r23289 394 394 pelmLevel4Child->getAttributeValue("vendorid", flt.strVendorId); // used before 1.3 395 395 if (!pelmLevel4Child->getAttributeValue("productId", flt.strProductId)) 396 pelmLevel4Child->getAttributeValue("productid", flt.strProductId) 396 pelmLevel4Child->getAttributeValue("productid", flt.strProductId); // used before 1.3 397 397 pelmLevel4Child->getAttributeValue("revision", flt.strRevision); 398 398 pelmLevel4Child->getAttributeValue("manufacturer", flt.strManufacturer);
Note:
See TracChangeset
for help on using the changeset viewer.