Fix a typo in filesystem support dialog.

BitLocker was mixed up with btrfs.

CCBUG: 392892
This commit is contained in:
Andrius Štikonas 2019-01-13 13:16:44 +00:00
parent 708318a5ad
commit e749b01b8e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void FileSystemFactory::init()
qDeleteAll(m_FileSystems);
m_FileSystems.clear();
m_FileSystems.insert(FileSystem::Type::BitLocker, new FS::btrfs(-1, -1, -1, QString()));
m_FileSystems.insert(FileSystem::Type::BitLocker, new FS::bitlocker(-1, -1, -1, QString()));
m_FileSystems.insert(FileSystem::Type::Btrfs, new FS::btrfs(-1, -1, -1, QString()));
m_FileSystems.insert(FileSystem::Type::Exfat, new FS::exfat(-1, -1, -1, QString()));
m_FileSystems.insert(FileSystem::Type::Ext2, new FS::ext2(-1, -1, -1, QString()));