diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-21 15:08:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-21 15:08:11 +0000 |
commit | 23e019da37234446c529a3a8f9e74d667aa16c85 (patch) | |
tree | 2931c533c2c814dbc2643b2d2e6864daeab9f5fc /perl-install/printer.pm | |
parent | dfba999426e91786aa64e7938b4f7876a42ec6cf (diff) | |
download | drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar.gz drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar.bz2 drakx-23e019da37234446c529a3a8f9e74d667aa16c85.tar.xz drakx-23e019da37234446c529a3a8f9e74d667aa16c85.zip |
no_comment
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r-- | perl-install/printer.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm index f2aa20533..6b659a4dc 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -243,7 +243,7 @@ my $PRINTER_FILTER_DIR = "/usr/lib/rhs/rhs-printfilters"; %printer_type = ( __("Local printer") => "LOCAL", __("Remote lpd") => "REMOTE", - __("SMB/Windows 95/NT") => "SMB", + __("SMB/Windows 95/98/NT") => "SMB", __("NetWare") => "NCP", ); %printer_type_inv = reverse %printer_type; |