summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-18 10:39:43 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-18 10:39:43 +0000
commite4fad1444571c2c0fd67f9a40e92d540675864ab (patch)
tree0bd3ea2f17d4ad5b117c944a25653828027df9f4 /perl-install/any.pm
parente1c86ca81063f88d5bc0b9a2f7a3dea317f047ef (diff)
downloaddrakx-backup-do-not-use-e4fad1444571c2c0fd67f9a40e92d540675864ab.tar
drakx-backup-do-not-use-e4fad1444571c2c0fd67f9a40e92d540675864ab.tar.gz
drakx-backup-do-not-use-e4fad1444571c2c0fd67f9a40e92d540675864ab.tar.bz2
drakx-backup-do-not-use-e4fad1444571c2c0fd67f9a40e92d540675864ab.tar.xz
drakx-backup-do-not-use-e4fad1444571c2c0fd67f9a40e92d540675864ab.zip
(display_release_notes) kill old commented stuff
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 1024bc4d0..b86cbb7d0 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1016,7 +1016,7 @@ sub display_release_notes {
my ($in, $release_notes) = @_;
if (!$in->isa('interactive::gtk')) {
$in->ask_from_({ title => N("Release Notes"),
- messages => $release_notes, #formatAlaTeX(messages::main_license()),
+ messages => $release_notes,
}, [ {} ]);
return;
}