[gparted] Place file system types in alphabetical order
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Place file system types in alphabetical order
- Date: Fri, 3 Feb 2012 23:22:58 +0000 (UTC)
commit d2d830108b4f8fb1876430ad745e7788f4ae9dd9
Author: Curtis Gedak <gedakc gmail com>
Date: Fri Feb 3 16:12:37 2012 -0700
Place file system types in alphabetical order
include/Utils.h | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/include/Utils.h b/include/Utils.h
index e472526..0f5e63c 100644
--- a/include/Utils.h
+++ b/include/Utils.h
@@ -56,23 +56,23 @@ enum FILESYSTEM
FS_EXTENDED = 3,
FS_BTRFS = 4,
- FS_EXT2 = 5,
- FS_EXT3 = 6,
- FS_EXT4 = 7,
- FS_LINUX_SWAP = 8,
+ FS_EXFAT = 5, /* Also known as fat64 */
+ FS_EXT2 = 6,
+ FS_EXT3 = 7,
+ FS_EXT4 = 8,
FS_FAT16 = 9,
FS_FAT32 = 10,
- FS_EXFAT = 11, /* Also known as fat64 */
- FS_NTFS = 12,
- FS_REISERFS = 13,
- FS_REISER4 = 14,
- FS_XFS = 15,
- FS_JFS = 16,
- FS_HFS = 17,
- FS_HFSPLUS = 18,
- FS_UFS = 19,
- FS_NILFS2 = 20,
- FS_LVM2_PV = 21,
+ FS_HFS = 11,
+ FS_HFSPLUS = 12,
+ FS_JFS = 13,
+ FS_LINUX_SWAP = 14,
+ FS_LVM2_PV = 15,
+ FS_NILFS2 = 16,
+ FS_NTFS = 17,
+ FS_REISER4 = 18,
+ FS_REISERFS = 19,
+ FS_UFS = 20,
+ FS_XFS = 21,
FS_USED = 22,
FS_UNUSED = 23,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]