f116dfe7c6
from Berndt Josef Wulf <wulf@ping.net.au>; install nc as ncl so it dies not conflict with netcat; install nedit.doc; use mkstemp instead of tmpnam; don't require MOTIF, just libXm (LessTif allowed)
16 lines
768 B
Plaintext
16 lines
768 B
Plaintext
--- util/printUtils.c.~1~ Thu Mar 19 13:20:28 1998
|
|
+++ util/printUtils.c Wed Jul 15 17:35:49 1998
|
|
@@ -254,9 +254,9 @@
|
|
#ifdef USE_LPR_PRINT_CMD
|
|
getLprQueueDefault(defaultQueue);
|
|
PrintPrefDescrip.printCommand.defaultString = "lpr";
|
|
- PrintPrefDescrip.copiesOption.defaultString = "-# ";
|
|
- PrintPrefDescrip.queueOption.defaultString = "-P ";
|
|
- PrintPrefDescrip.nameOption.defaultString = "-J ";
|
|
+ PrintPrefDescrip.copiesOption.defaultString = " -#";
|
|
+ PrintPrefDescrip.queueOption.defaultString = " -P ";
|
|
+ PrintPrefDescrip.nameOption.defaultString = " -J ";
|
|
PrintPrefDescrip.hostOption.defaultString = "";
|
|
PrintPrefDescrip.defaultQueue.defaultString = defaultQueue;
|
|
PrintPrefDescrip.defaultHost.defaultString = "";
|