- Timestamp:
- Apr 7, 2017 4:03:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp
r66460 r66481 308 308 newGeneralData.m_iEncryptionCipherIndex = m_pComboCipher->currentIndex(); 309 309 newGeneralData.m_strEncryptionPassword = m_pEditorEncryptionPassword->text(); 310 newGeneralData.m_encryptedMediums = m_pCache->base().m_encryptedMediums; 310 311 /* If encryption status, cipher or password is changed: */ 311 312 if (newGeneralData.m_fEncryptionEnabled != m_pCache->base().m_fEncryptionEnabled ||
Note:
See TracChangeset
for help on using the changeset viewer.

