Ignore:
Timestamp:
Oct 24, 2015, 12:22:50 PM (10 years ago)
Author:
Alex Taylor
Message:

Try to fix spurious error when updating PrinterPak files if there are no PPDs to reimport.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/manager/PRINTOOL.VRX

    r49 r51  
    895895LoadSettings: PROCEDURE EXPOSE globals.
    896896
    897     globals.!version = '0.50'
    898     globals.!copyright = '2013-2014'
     897    globals.!version = '0.51'
     898    globals.!copyright = '2013-2015'
    899899
    900900    me = VRGet('Application', 'Program')
     
    16351635                        WHEN ok == 6 THEN CALL LINEOUT globals.!log1, 'PPD import failed'
    16361636                        WHEN ok == 7 THEN CALL LINEOUT globals.!log1, 'Error updating PRDESC.LST'
    1637                         OTHERWISE CALL LINEOUT globals.!log1, 'Unknown error'
     1637                        OTHERWISE CALL LINEOUT globals.!log1, 'Unknown error ('pwok')'
    16381638                    END
    16391639                    ok = 0
Note: See TracChangeset for help on using the changeset viewer.