Changeset 75 for trunk/gui/printer/cupswiz
- Timestamp:
- Jan 4, 2019, 4:48:40 AM (7 years ago)
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r73 r75 6 6 RunDirectory: 7 7 VRXWindow: __VREMainWindow,1,578,2746,5770,9106 8 VRXWindow: __VRESectionListWindow,1, 675,11900,4529,38919 VRXWindow: __VREToolsWindow,1,1650,9973,54 77,16638 VRXWindow: __VRESectionListWindow,1,711,11900,4529,3891 9 VRXWindow: __VREToolsWindow,1,1650,9973,5468,1665 10 10 VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r73 r75 1013 1013 * to our working directory. 1014 1014 */ 1015 CALL LINEOUT globals.!log1, 'Converting PPD with:' ppd_exe ppdfile ppd_use1016 ADDRESS CMD '@'ppd_exe ppdfile ppd_use '2>NUL | RXQUEUE' nq1015 CALL LINEOUT globals.!log1, 'Converting PPD with:' ppd_exe '"'ppdfile'" "'ppd_use'"' 1016 ADDRESS CMD '@'ppd_exe '"'ppdfile'" "'ppd_use'" 2>NUL | RXQUEUE' nq 1017 1017 DO QUEUED() 1018 1018 PULL output … … 2011 2011 CALL NLSSetText 'SW_ABOUT', 'Caption', 10 /* 10: Product Information */ 2012 2012 CALL NLSSetText 'DT_ABOUT1', 'Caption', 11 /* 11: eCups Printer Install Utility */ 2013 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.1 6' /* 12: Version %1 */2014 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-201 8' /* 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 */ 2015 2015 CALL NLSSetText 'PB_ABOUT', 'Caption', 2 /* 10: Product Information */ 2016 2016
Note:
See TracChangeset
for help on using the changeset viewer.