Changeset 3462 for pykota/branches/1.26_fixes/bin/cupspykota
- Timestamp:
- 12/01/08 11:05:22 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/branches/1.26_fixes/bin/cupspykota
r3459 r3462 1284 1284 1285 1285 # retrieve the job size 1286 self.JobSize = 0 1286 1287 if self.Action == "DENY" : 1287 self.JobSize = 01288 1288 self.printInfo(_("Job size forced to 0 because printing is denied.")) 1289 1289 elif self.Action == "CANCEL" : 1290 self.JobSize = 01291 1290 self.printInfo(_("Job size forced to 0 because printing was cancelled.")) 1292 1291 else :