From: <doc...@us...> - 2007-07-23 23:08:12
|
Revision: 112 http://openpcl.svn.sourceforge.net/openpcl/?rev=112&view=rev Author: documentsystems Date: 2007-07-23 16:08:15 -0700 (Mon, 23 Jul 2007) Log Message: ----------- Howard Hoagland. Changed PrintFormatIsGdiDriver to PrintFormatIsWindowsPrint Modified Paths: -------------- openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java Modified: openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java =================================================================== --- openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java 2007-07-23 23:07:10 UTC (rev 111) +++ openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java 2007-07-23 23:08:15 UTC (rev 112) @@ -585,7 +585,7 @@ // Print format if (mIsPclPrinterJCheckBox.isSelected()) { - mPrintChoices.setPrintFormatIsGdiDriver(); + mPrintChoices.setPrintFormatIsWindowsPrint(); } else { mPrintChoices.setPrintFormatIsPclDirect(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |