Ignore:
Timestamp:
Jan 4, 2019, 4:48:40 AM (7 years ago)
Author:
Alex Taylor
Message:

Implemented same parsing fix for CUPSWIZ.

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

Legend:

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

    r73 r75  
    66RunDirectory:
    77VRXWindow: __VREMainWindow,1,578,2746,5770,9106
    8 VRXWindow: __VRESectionListWindow,1,675,11900,4529,3891
    9 VRXWindow: __VREToolsWindow,1,1650,9973,5477,1663
     8VRXWindow: __VRESectionListWindow,1,711,11900,4529,3891
     9VRXWindow: __VREToolsWindow,1,1650,9973,5468,1665
    1010VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891
    1111UserFile: 1
  • trunk/gui/printer/cupswiz/cupswiz.VRX

    r73 r75  
    10131013     * to our working directory.
    10141014     */
    1015     CALL LINEOUT globals.!log1, 'Converting PPD with:' ppd_exe ppdfile ppd_use
    1016     ADDRESS CMD '@'ppd_exe ppdfile ppd_use '2>NUL | RXQUEUE' nq
     1015    CALL LINEOUT globals.!log1, 'Converting PPD with:' ppd_exe '"'ppdfile'" "'ppd_use'"'
     1016    ADDRESS CMD '@'ppd_exe '"'ppdfile'" "'ppd_use'" 2>NUL | RXQUEUE' nq
    10171017    DO QUEUED()
    10181018        PULL output
     
    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.16'                                  /* 12: Version %1 */
    2014     CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2018'                             /* 13: (C) %1 Alex Taylor */
     2013    CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.17'                                  /* 12: Version %1 */
     2014    CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2019'                             /* 13: (C) %1 Alex Taylor */
    20152015    CALL NLSSetText 'PB_ABOUT',  'Caption', 2                                           /* 10: Product Information */
    20162016
Note: See TracChangeset for help on using the changeset viewer.