Changeset 83 for trunk/gui


Ignore:
Timestamp:
Feb 20, 2019, 6:30:47 PM (7 years ago)
Author:
Alex Taylor
Message:

PrintMan: minor housekeeping.

Location:
trunk/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/manager/wpi/printman.wis

    r82 r83  
    122122
    123123    <PCK INDEX=1
    124         PACKAGEID="Alex Taylor\Printer Manager\Program\0\8\4"
     124        PACKAGEID="Alex Taylor\Printer Manager\Program\0\8\5"
    125125        TITLE="Printer Manager (including English language support)"
    126126        TARGET="=("DefaultPath")\printman"
  • trunk/gui/shared/PrManUtl.VRS

    r77 r83  
    357357/*:VRX         PrinterExistsInDRV
    358358*/
    359 /* Determine if the specified PrinterPak driver already contains support
     359/* DEPRECATED: do not use
     360 * Determine if the specified PrinterPak driver already contains support
    360361 * for the specified printer model.
    361362 *
     
    384385    start = 1
    385386    found = ''
    386     DO WHILE ( found == 0 ) & ( start < total_len )
     387    DO WHILE ( found == '') & ( start < total_len )
    387388        _strend = POS('0'x, exist_models, start )
    388389        IF _strend == 0 THEN LEAVE
Note: See TracChangeset for help on using the changeset viewer.