Set exfat msdos/gpt partition type to ntfs.

BUG:343940
This commit is contained in:
Andrius Štikonas 2015-02-08 22:35:08 +00:00
parent 2c8fb641f6
commit 8262cac87a
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static const struct
{ FileSystem::Fat32, QStringLiteral("fat32") },
{ FileSystem::Nilfs2, QStringLiteral("nilfs2") },
{ FileSystem::Ntfs, QStringLiteral("ntfs") },
{ FileSystem::Exfat, QStringLiteral("ntfs") },
{ FileSystem::ReiserFS, QStringLiteral("reiserfs") },
{ FileSystem::Reiser4, QStringLiteral("reiser4") },
{ FileSystem::Xfs, QStringLiteral("xfs") },