Ignore:
Timestamp:
Feb 19, 2023, 2:33:51 AM (3 years ago)
Author:
Alex Taylor
Message:

Various updates and refactoring of font scaling logic; documentation and WIS updates.

Location:
trunk/gui/printer/cupswiz
Files:
3 edited

Legend:

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

    r96 r97  
    77VRXWindow: __VREMainWindow,1,650,2746,5770,9106
    88VRXWindow: __VRESectionListWindow,1,795,11900,4529,3891
    9 VRXWindow: __VREToolsWindow,1,1722,9973,5477,1659
     9VRXWindow: __VREToolsWindow,1,1722,9973,5471,1663
    1010VRXWindow: __VREWindListWindow,1,5264,11900,2650,3891
    1111UserFile: 1
  • trunk/gui/printer/cupswiz/cupswiz.VRX

    r96 r97  
    20702070    CALL NLSSetText 'SW_ABOUT',  'Caption', 10                                          /* 10: Product Information */
    20712071    CALL NLSSetText 'DT_ABOUT1', 'Caption', 11                                          /* 11: eCups Printer Install Utility */
    2072     CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.20'                                  /* 12: Version %1 */
    2073     CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2020'                             /* 13: (C) %1 Alex Taylor */
     2072    CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.21'                                  /* 12: Version %1 */
     2073    CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2023'                             /* 13: (C) %1 Alex Taylor */
    20742074    CALL NLSSetText 'PB_ABOUT',  'Caption', 2                                           /* 10: Product Information */
    20752075
  • trunk/gui/printer/cupswiz/cupswiz.txt

    r92 r97  
    11CUPSWIZ - CUPS printer-creation wizard
    2 Version 1.20
     2Version 1.21
    33
    44  This program is simple graphical front-end for creating CUPS-based printers
Note: See TracChangeset for help on using the changeset viewer.