- Timestamp:
- Mar 23, 2009 4:52:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18152 r18153 182 182 // VMware Workstation 6.5 uses "ensoniq1371" for example 183 183 184 Utf8Str strLicen ceInfo; // license info if any; receives contents of VirtualSystem/EulaSection/Info185 Utf8Str strLicen ceText; // license info if any; receives contents of VirtualSystem/EulaSection/License184 Utf8Str strLicenseInfo; // license info if any; receives contents of VirtualSystem/EulaSection/Info 185 Utf8Str strLicenseText; // license info if any; receives contents of VirtualSystem/EulaSection/License 186 186 187 187 VirtualSystem() … … 706 706 ) 707 707 { 708 vsys.strLicen ceInfo = pelmInfo->getValue();709 vsys.strLicen ceText = pelmLicense->getValue();708 vsys.strLicenseInfo = pelmInfo->getValue(); 709 vsys.strLicenseText = pelmLicense->getValue(); 710 710 } 711 711 }
Note:
See TracChangeset
for help on using the changeset viewer.