Printer supports copy command.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2004-03-27 07:09:25 +00:00
parent 2c973bd1fc
commit edd4c1eef7
2 changed files with 2 additions and 0 deletions
@@ -144,6 +144,7 @@ bool Lips3Cap::isSupport(CapID capid) const
case kPaperSource:
case kResolution:
case kColor:
case kCopyCommand:
return true;
default:
return false;
@@ -209,6 +209,7 @@ bool Lips4Cap::isSupport(CapID capid) const
case kPrintStyle:
case kBindingLocation:
case kColor:
case kCopyCommand:
return true;
default:
return false;