diff options
author | Florent Villard <warly@mandriva.com> | 2005-07-29 02:22:30 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-07-29 02:22:30 +0000 |
commit | 9d7fb2d5aca0885c647d5357257612f56b1af17b (patch) | |
tree | 910e6eda7056d9544fc0a938432041fa2f52e6dc /perl-install/share/compssUsers.pl | |
parent | 817f1a3cdd01d553aa57491526ac4fc760150bfc (diff) | |
download | drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar.gz drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar.bz2 drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar.xz drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.zip |
add THEMES category
Diffstat (limited to 'perl-install/share/compssUsers.pl')
-rw-r--r-- | perl-install/share/compssUsers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/compssUsers.pl b/perl-install/share/compssUsers.pl index 652245c8d..31bddec62 100644 --- a/perl-install/share/compssUsers.pl +++ b/perl-install/share/compssUsers.pl @@ -146,12 +146,12 @@ N_("Graphical Environment") => [ { label => N_("KDE Workstation"), descr => N_("The K Desktop Environment, the basic graphical environment with a collection of accompanying tools"), - flags => [ qw(KDE X ACCESSIBILITY) ], + flags => [ qw(KDE X ACCESSIBILITY THEMES) ], default_selected => !$low_resources, }, { label => N_("GNOME Workstation"), descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), - flags => [ qw(GNOME X ACCESSIBILITY) ], + flags => [ qw(GNOME X ACCESSIBILITY THEMES) ], }, { label => N_("IceWm Desktop"), flags => [ qw(ICEWM X ACCESSIBILITY) ], |