Ignore:
Timestamp:
Dec 16, 2016, 2:54:23 PM (9 years ago)
Author:
Alex Taylor
Message:

More minor modifications for compatibility with RPM-installed CUPS.

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

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/manager/readme.txt

    r49 r54  
    11PM Printer Manager
    2 Version 0.50
     2Version 0.51
    33
    44  Printer Manager is a new graphical printer management tool designed to
     
    4848
    4949  PM Printer Manager
    50   (C) 2013-2014 Alexander Taylor
     50  (C) 2013-2015 Alexander Taylor
    5151 
    5252    This program is free software; you can redistribute it and/or modify
     
    7272--
    7373Alex Taylor
    74 December 2014
     74October 2015
  • trunk/gui/printer/manager/wpi/printman.wis

    r49 r54  
    88        path = VALUE('OSDIR',,'OS2ENVIRONMENT')
    99        IF path == '' THEN RETURN '$(WARPIN_DEFAULTTOOLSPATH)'
    10         RETURN path'\system'
     10        IF TRANSLATE( VALUE('OS',,'OS2ENVIRONMENT')) == 'ECS' THEN
     11            RETURN path'\system'
     12        ELSE
     13            RETURN path'\apps'
    1114    </REXX>
    1215
     
    5457
    5558    <PCK INDEX=1
    56         PACKAGEID="Alex Taylor\Printer Manager\Program\0\5\0"
     59        PACKAGEID="Alex Taylor\Printer Manager\Program\0\5\1"
    5760        TITLE="Printer Manager (including English language support)"
    5861        TARGET="=("DefaultPath")\printman"
Note: See TracChangeset for help on using the changeset viewer.