From 2f02cc2c4dffe53e63517e629d10d04cc0b45f5b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 16 Aug 2004 06:33:28 +0000 Subject: field is {default_selected}, not {selected} --- perl-install/share/compssUsers.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/compssUsers.pl b/perl-install/share/compssUsers.pl index f0830ae76..7d38338cf 100644 --- a/perl-install/share/compssUsers.pl +++ b/perl-install/share/compssUsers.pl @@ -50,7 +50,7 @@ N_("Workstation") => { label => N_("Office Workstation"), descr => N_("Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, gnumeric), pdf viewers, etc"), flags => [ qw(OFFICE SPELLCHECK PUBLISHING PIM ARCHIVING PRINTER) ], - selected => 1, + default_selected => 1, }, { label => N_("Game station"), descr => N_("Amusement programs: arcade, boards, strategy, etc"), @@ -59,12 +59,12 @@ N_("Workstation") => { label => N_("Multimedia station"), descr => N_("Sound and video playing/editing programs"), flags => [ qw(AUDIO VIDEO GRAPHICS) ], - selected => 1, + default_selected => 1, }, { label => N_("Internet station"), descr => N_("Set of tools to read and send mail and news (mutt, tin..) and to browse the Web"), flags => [ qw(NETWORKING_WWW NETWORKING_MAIL NETWORKING_NEWS COMMUNICATIONS NETWORKING_CHAT NETWORKING_FILE_TRANSFER NETWORKING_IRC NETWORKING_INSTANT_MESSAGING NETWORKING_DNS) ], - selected => 1, + default_selected => 1, }, { label => N_("Network Computer (client)"), descr => N_("Clients for different protocols including ssh"), @@ -73,12 +73,12 @@ N_("Workstation") => { label => N_("Configuration"), descr => N_("Tools to ease the configuration of your computer"), flags => [ qw(CONFIG) ], - selected => 1, + default_selected => 1, }, { label => N_("Console Tools"), descr => N_("Editors, shells, file tools, terminals"), flags => [ qw(EDITORS TERMINALS TEXT_TOOLS SHELLS FILE_TOOLS) ], - selected => 1, + default_selected => 1, }, ], @@ -87,7 +87,7 @@ 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) ], - selected => 1, + default_selected => 1, }, { label => N_("GNOME Workstation"), descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), -- cgit v1.2.1