Changeset 94714 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Apr 27, 2022 7:41:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r94685 r94714 2332 2332 pelmGlobalChild->getAttributeValue("webServiceAuthLibrary", systemProperties.strWebServiceAuthLibrary); 2333 2333 pelmGlobalChild->getAttributeValue("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack); 2334 pelmGlobalChild->getAttributeValue("defaultCryptoExtPack", systemProperties.strDefaultCryptoExtPack); 2334 2335 pelmGlobalChild->getAttributeValue("LogHistoryCount", systemProperties.uLogHistoryCount); 2335 2336 pelmGlobalChild->getAttributeValue("autostartDatabasePath", systemProperties.strAutostartDatabasePath); … … 2628 2629 if (systemProperties.strDefaultVRDEExtPack.length()) 2629 2630 pelmSysProps->setAttribute("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack); 2631 if (systemProperties.strDefaultCryptoExtPack.length()) 2632 pelmSysProps->setAttribute("defaultCryptoExtPack", systemProperties.strDefaultCryptoExtPack); 2630 2633 pelmSysProps->setAttribute("LogHistoryCount", systemProperties.uLogHistoryCount); 2631 2634 if (systemProperties.strAutostartDatabasePath.length())
Note:
See TracChangeset
for help on using the changeset viewer.