Changeset 73 for trunk/gui


Ignore:
Timestamp:
Dec 3, 2018, 6:37:43 PM (7 years ago)
Author:
Alex Taylor
Message:

CUPSWIZ: fix syntax error under OREXX.
Updated Printer Manager README for 0.82.

Location:
trunk/gui/printer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/cupswiz/cupswiz.VRP

    r63 r73  
    77VRXWindow: __VREMainWindow,1,578,2746,5770,9106
    88VRXWindow: __VRESectionListWindow,1,675,11900,4529,3891
    9 VRXWindow: __VREToolsWindow,1,1650,9973,5474,1661
     9VRXWindow: __VREToolsWindow,1,1650,9973,5477,1663
    1010VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891
    1111UserFile: 1
  • trunk/gui/printer/cupswiz/cupswiz.VRX

    r63 r73  
    145145            CALL Quit
    146146        END
    147         ELSE CALL VRSetIni('PM_PORT_DRIVER', 'CUPS', cups_pdr, 'System')
     147        ELSE CALL VRSetIni 'PM_PORT_DRIVER', 'CUPS', cups_pdr, 'System'
    148148    END
    149149
     
    20112011    CALL NLSSetText 'SW_ABOUT',  'Caption', 10                                          /* 10: Product Information */
    20122012    CALL NLSSetText 'DT_ABOUT1', 'Caption', 11                                          /* 11: eCups Printer Install Utility */
    2013     CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.15'                                  /* 12: Version %1 */
    2014     CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2017'                             /* 13: (C) %1 Alex Taylor */
     2013    CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.16'                                  /* 12: Version %1 */
     2014    CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2018'                             /* 13: (C) %1 Alex Taylor */
    20152015    CALL NLSSetText 'PB_ABOUT',  'Caption', 2                                           /* 10: Product Information */
    20162016
  • trunk/gui/printer/manager/readme.txt

    r71 r73  
    11PM Printer Manager
    2 Version 0.81
     2Version 0.82
    33
    44  Printer Manager is a new graphical printer management tool designed to
     
    7171--
    7272Alex Taylor
    73 November 2018
     73December 2018
Note: See TracChangeset for help on using the changeset viewer.