- Timestamp:
- Feb 20, 2019, 6:30:47 PM (7 years ago)
- Location:
- trunk/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/manager/wpi/printman.wis
r82 r83 122 122 123 123 <PCK INDEX=1 124 PACKAGEID="Alex Taylor\Printer Manager\Program\0\8\ 4"124 PACKAGEID="Alex Taylor\Printer Manager\Program\0\8\5" 125 125 TITLE="Printer Manager (including English language support)" 126 126 TARGET="=("DefaultPath")\printman" -
trunk/gui/shared/PrManUtl.VRS
r77 r83 357 357 /*:VRX PrinterExistsInDRV 358 358 */ 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 360 361 * for the specified printer model. 361 362 * … … 384 385 start = 1 385 386 found = '' 386 DO WHILE ( found == 0) & ( start < total_len )387 DO WHILE ( found == '') & ( start < total_len ) 387 388 _strend = POS('0'x, exist_models, start ) 388 389 IF _strend == 0 THEN LEAVE
Note:
See TracChangeset
for help on using the changeset viewer.