summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-05 09:52:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-05 09:52:03 +0000
commit1696a32337f6e362b68e95283081f3a9828dd7bd (patch)
treeb59c021741e8670e822b412394cf5d5f7aacc499 /perl-install/standalone/draksplash
parent47a0d88ecdb78223a172a985180dc6425231ac7b (diff)
downloaddrakx-1696a32337f6e362b68e95283081f3a9828dd7bd.tar
drakx-1696a32337f6e362b68e95283081f3a9828dd7bd.tar.gz
drakx-1696a32337f6e362b68e95283081f3a9828dd7bd.tar.bz2
drakx-1696a32337f6e362b68e95283081f3a9828dd7bd.tar.xz
drakx-1696a32337f6e362b68e95283081f3a9828dd7bd.zip
- remove non useful non-ascii characters
- add "use utf8" for useful utf8 characters
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash2
1 files changed, 0 insertions, 2 deletions
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);