diff options
author | damien <damien@mandriva.com> | 2001-02-26 18:01:35 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-02-26 18:01:35 +0000 |
commit | 36d32e7010efed204237bafbd659b9c087efe35a (patch) | |
tree | a91d6ed27fa05c564216d968634b70896753ed36 | |
parent | 972945d5860b58e52d778ae5d46d80287cd918e3 (diff) | |
download | drakx-backup-do-not-use-36d32e7010efed204237bafbd659b9c087efe35a.tar drakx-backup-do-not-use-36d32e7010efed204237bafbd659b9c087efe35a.tar.gz drakx-backup-do-not-use-36d32e7010efed204237bafbd659b9c087efe35a.tar.bz2 drakx-backup-do-not-use-36d32e7010efed204237bafbd659b9c087efe35a.tar.xz drakx-backup-do-not-use-36d32e7010efed204237bafbd659b9c087efe35a.zip |
typo
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index c6ffdef60..1c40eee96 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -26,7 +26,7 @@ init Gtk; use POSIX; use Locale::GetText; -my $path_to_pixmaps = "/usr/share/libDrakX/pixmaps"; +my $path_to_pixmaps = "/usr/share/libDrakX/pixmaps/"; setlocale (LC_ALL, ""); Locale::GetText::textdomain ("c'est ton boot !"); |