- Timestamp:
- Dec 3, 2018, 6:37:43 PM (7 years ago)
- Location:
- trunk/gui/printer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r63 r73 7 7 VRXWindow: __VREMainWindow,1,578,2746,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,675,11900,4529,3891 9 VRXWindow: __VREToolsWindow,1,1650,9973,547 4,16619 VRXWindow: __VREToolsWindow,1,1650,9973,5477,1663 10 10 VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r63 r73 145 145 CALL Quit 146 146 END 147 ELSE CALL VRSetIni ('PM_PORT_DRIVER', 'CUPS', cups_pdr, 'System')147 ELSE CALL VRSetIni 'PM_PORT_DRIVER', 'CUPS', cups_pdr, 'System' 148 148 END 149 149 … … 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 5' /* 12: Version %1 */2014 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-201 7' /* 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 */ 2015 2015 CALL NLSSetText 'PB_ABOUT', 'Caption', 2 /* 10: Product Information */ 2016 2016 -
trunk/gui/printer/manager/readme.txt
r71 r73 1 1 PM Printer Manager 2 Version 0.8 12 Version 0.82 3 3 4 4 Printer Manager is a new graphical printer management tool designed to … … 71 71 -- 72 72 Alex Taylor 73 November 201873 December 2018
Note:
See TracChangeset
for help on using the changeset viewer.