Better default printer from Eduardo Correia <eduardo.correia@poli.usp.br>

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@873 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-04-02 17:32:38 +00:00
parent f1254372b7
commit 2b972a69ef

View File

@ -62,7 +62,7 @@ printer_enum_devices(uint32 * id, char *optarg)
}
if (!pos2 || (*pos2 == (char) 0x00))
pprinter_data->driver = "HP LaserJet IIIP"; /* no printer driver supplied set default */
pprinter_data->driver = "HP Color LaserJet 8500 PS"; /* no printer driver supplied set default */
else
{
pprinter_data->driver = xmalloc(strlen(pos2) + 1);