Show
Ignore:
Timestamp:
01/26/06 16:25:44 (18 years ago)
Author:
jerome
Message:

Added support for the CANCEL command in subprocesses launched from the
overwrite_jobticket directive : this will allow end users to be asked
if they really want to proceed to printing once the new version
of pykoticon will be ready.
Several minor fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbanner

    r2627 r2631  
    188188        elif action == "WARN" :     
    189189            action = _("Allowed with Warning") 
     190        elif action == "PROBLEM" :     
     191            # should never occur 
     192            action = _("Problem") 
     193        elif action == "CANCEL" :     
     194            # should never occur 
     195            action = _("Cancelled") 
    190196        ypos -= self.printVar(c, xcenter, ypos, _("Result"), action, 14, savetoner)  
    191197