summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-15 13:57:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-15 13:57:03 +0000
commiteedc8fef2780ef462fe016b7ddad8850302b9ad1 (patch)
tree43f57c8303e3cfc8eeb6d1ac8d54b68d0a204a76
parent6b7dd05b6135ec3c5a4f921aec948184d714f5c6 (diff)
downloaddrakx-backup-do-not-use-eedc8fef2780ef462fe016b7ddad8850302b9ad1.tar
drakx-backup-do-not-use-eedc8fef2780ef462fe016b7ddad8850302b9ad1.tar.gz
drakx-backup-do-not-use-eedc8fef2780ef462fe016b7ddad8850302b9ad1.tar.bz2
drakx-backup-do-not-use-eedc8fef2780ef462fe016b7ddad8850302b9ad1.tar.xz
drakx-backup-do-not-use-eedc8fef2780ef462fe016b7ddad8850302b9ad1.zip
(main): restore the "Ok" button for the queues manipulation
-rw-r--r--perl-install/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index 72361a9e2..fc099fd20 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -350,7 +350,7 @@ sub main($$$$;$) {
messages =>
_("Here are the following print queues.
You can add some more or change the existing ones."),
- ok => '',
+ cancel => '',
}, [ { val => \$queue, format => \&translate,
list => [ (sort keys %{$printer->{configured} || {}}),
__("Add"), __("Done") ] } ]