summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-17 08:10:45 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-17 08:10:45 +0000
commitc44e4e4000844ba9d46f2c044031e100a6bcf148 (patch)
tree510b46c929a280bea0415e33d3342cfdda0ac125 /perl-install/any.pm
parent12b3ecbb2cc06d5dd1764c111b6fce75fe013e15 (diff)
downloaddrakx-backup-do-not-use-c44e4e4000844ba9d46f2c044031e100a6bcf148.tar
drakx-backup-do-not-use-c44e4e4000844ba9d46f2c044031e100a6bcf148.tar.gz
drakx-backup-do-not-use-c44e4e4000844ba9d46f2c044031e100a6bcf148.tar.bz2
drakx-backup-do-not-use-c44e4e4000844ba9d46f2c044031e100a6bcf148.tar.xz
drakx-backup-do-not-use-c44e4e4000844ba9d46f2c044031e100a6bcf148.zip
license: put focus back on Refuse button by default (fix titypo)
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 f18b287b6..7257223b7 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -957,7 +957,7 @@ sub acceptLicense {
return if $o->{useless_thing_accepted};
- my $r = $::testing || 1 ? 'Accept' : 'Refuse';
+ my $r = $::testing ? 'Accept' : 'Refuse';
$o->ask_from_({ title => N("License agreement"),
focus_first => 1,