|
From: <doc...@us...> - 2007-09-25 23:31:11
|
Revision: 173
http://openpcl.svn.sourceforge.net/openpcl/?rev=173&view=rev
Author: documentsystems
Date: 2007-09-25 16:31:13 -0700 (Tue, 25 Sep 2007)
Log Message:
-----------
Howard Hoagland. Don't gray out the Duplex=Yes radio button when Windows Print
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-09-14 18:58:01 UTC (rev 172)
+++ openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java 2007-09-25 23:31:13 UTC (rev 173)
@@ -277,7 +277,7 @@
mIsPclPrinterJCheckBox.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
checkforGrayOutShrinkToLetter();
- checkforGrayOutDuplexYes();
+ // checkforGrayOutDuplexYes();
}
});
@@ -385,7 +385,7 @@
putPrintChoicesOnScreen();
setHoverHelpOnItems();
checkforGrayOutShrinkToLetter();
- checkforGrayOutDuplexYes();
+ // checkforGrayOutDuplexYes();
// Make dialog box outer frame width and height exactly to be all item's preferred sizes
pack();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|