From 1696a32337f6e362b68e95283081f3a9828dd7bd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Apr 2005 09:52:03 +0000 Subject: - remove non useful non-ascii characters - add "use utf8" for useful utf8 characters --- perl-install/standalone/drakpxe | 2 +- perl-install/standalone/draksplash | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 5e374faff..d6e37c1ed 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# François Pons +# Fran,cois Pons # # Copyright 2003-2004 Mandrakesoft # diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 072b593b6..7b0d9ea81 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -290,7 +290,6 @@ sub set_scale_values() { #- Desc => check if this theme is available in the current resolution else #- change the current resolution or display a ask_warn box -#- Args => ø #- return=> (bool) sub thm_in_this_res { my ($check_res) = @_; @@ -311,7 +310,6 @@ sub which_res_exist() { } #- Desc => retrieve all installed theme -#- Args => ø #- Return=> @arr of available theme sub giv_exist_thm() { chdir($thm_path); -- cgit v1.2.1