Wim Horst <[EMAIL PROTECTED]> writes:
> 1) drakconf did not start, it complaint about line 423 in
> /usr/sbin/drakconf, i removed this line and it worked, think its a
> localisation problem, because english install doesnt have this
> problem.
this patch fix that bug:
Index: control-center
===================================================================
RCS file: /cooker/soft/control-center/control-center,v
retrieving revision 1.226
diff -u -r1.226 control-center
--- control-center 2002/10/01 09:28:54 1.226
+++ control-center 2002/10/02 09:29:33
@@ -419,7 +419,7 @@
$notebook_global->set_usize(40, $index * 50);
$emb_box->set_usize(40, $index * 50);
-if ($ENV{LANGUAGE} !~ /zh/) {
+if ($ENV{LANGUAGE} !~ /zh|sl|nl/) {
$log_check_box->set_active($logs);
$embedded_check_box->set_active($embedded);
}