diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-27 10:29:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-27 10:29:14 +0000 |
commit | 8dde3efdac1b068c68c4e68cab5ac9bb307da2a9 (patch) | |
tree | fc5f3db4fe0b21bf66f02a59083e7ae24266dd14 /perl-install/share | |
parent | 6a66c03e186fa398c9ebb18c59fea39dc8c3e7f0 (diff) | |
download | drakx-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar drakx-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar.gz drakx-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar.bz2 drakx-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.tar.xz drakx-8dde3efdac1b068c68c4e68cab5ac9bb307da2a9.zip |
- diskdrake
o fix coloring "Other" partitions (#32845)
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/diskdrake.rc | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index f90b5397b..1e9e0803f 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -45,15 +45,10 @@ style "gray" = "font" fg[NORMAL] = { 0, 0, 0 } } -widget "*Ext3*" style "red" -widget "*ext3*" style "red" -widget "*XFS*" style "orange" -widget "*xfs*" style "orange" -widget "*Linux swap*" style "green" -widget "*Swap*" style "green" -widget "*FAT*" style "blue" -widget "*Windows*" style "blue" -widget "*SunOS*" style "blue" -widget "*NTFS*" style "blue" -widget "*Empty*" style "white" -widget "*Other*" style "gray" +widget "*PART_ext3" style "red" +widget "*PART_xfs" style "orange" +widget "*PART_swap" style "green" +widget "*PART_vfat" style "blue" +widget "*PART_ntfs*" style "blue" +widget "*PART_empty" style "white" +widget "*PART_other" style "gray" |