diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakpxe | 2 | ||||
-rwxr-xr-x | perl-install/standalone/draksplash | 2 |
2 files changed, 1 insertions, 3 deletions
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 <fpons@mandrakesoft.com> +# Fran,cois Pons <fpons@mandrakesoft.com> # # 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); |