Ignore:
Timestamp:
Aug 19, 2013, 3:10:23 AM (12 years ago)
Author:
Alex Taylor
Message:

Fixed some minor errors in updating presentation drivers (printerpaks).

Location:
trunk/gui/printer/manager
Files:
2 edited

Legend:

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

    r43 r44  
    467467
    468468    ppaks.0 = _count
     469
     470    CALL VRMethod 'CN_PRINTERPAKS', 'RemoveRecord', 'All'
    469471    CALL VRMethod 'CN_PRINTERPAKS', 'AddRecordList',, 'Last', 'ppaks.'
    470472
     
    888890LoadSettings: PROCEDURE EXPOSE globals.
    889891
    890     globals.!version = '0.44'
     892    globals.!version = '0.45'
    891893    globals.!copyright = '2013'
    892894
     
    23172319    CALL NLSSetText 'PB_DEVICE_OTHER',    'Caption', 188
    23182320    CALL NLSSetText 'PB_DEVICE_REFRESH',  'Caption', 63
    2319     CALL NLSSetText 'PB_DEVICE_INSTALL',  'Caption', 8
     2321    CALL NLSSetText 'PB_DEVICE_INSTALL',  'Caption', 2
    23202322    CALL NLSSetText 'PB_DEVICE_CANCEL',   'Caption', 3
    23212323
Note: See TracChangeset for help on using the changeset viewer.