summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2002-02-19 15:44:45 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2002-02-19 15:44:45 +0000
commit98e2833b08e13cc9a6d0169caf0a3910b3dba126 (patch)
tree88c181579182f512cecee4e54dc323bb67e1a3cd /perl-install/printer.pm
parentdd6914e04f8a195fc69e615f69a9076d235e2efc (diff)
downloaddrakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.gz
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.bz2
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.xz
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.zip
Assured that the default page size is "Letter" for US/Canada and "A4" for the rest of the world.
The "Description" field of a printer queue is filled in with printer manufacturer and model by default. Removed unused varaiables in /usr/sbin/printerdrake.
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r--perl-install/printer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index 6985a4ddd..70ed8a6ea 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -864,7 +864,7 @@ sub get_cups_remote_queues {
($::expert ? _("CUPS") . $sep : "") .
_("Remote Printers") . "$sep$queuename: $comment"
. ($queuename eq $printer->{DEFAULT} ?
- _(" (Default)") : ()));
+ _(" (Default)") : ("")));
}
}
}