From 8430ee103fa7e4cc7f7195b02d50591526bd5bef Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Dec 2002 07:54:06 +0000 Subject: saner default size (too big for 800x600 sadly) --- perl-install/harddrake/data.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index ef22ba027..d3dcb41a1 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -17,9 +17,11 @@ sub unknown { # tree format ("CLASS_ID", "type", "type_icon", configurator, detect_sub) -# NEVER, NEVER alter CLASS_ID or you'll harddrake2 service to detect changes +# NEVER, NEVER alter CLASS_ID or you'll see harddrake2 service detect changes # in hw configuration ... :-( +# FIXME: add translated items + our @tree = ( [ "FLOPPY", "Floppy", "floppy.png", "", \&detect_devices::floppies, 0 ], -- cgit v1.2.1