Changeset 53 for trunk/gui/printer/cupswiz
- Timestamp:
- Dec 12, 2016, 1:39:04 PM (9 years ago)
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r50 r53 7 7 VRXWindow: __VREMainWindow,1,614,2554,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,687,11804,4529,3891 9 VRXWindow: __VREToolsWindow,1,1686,9877,547 1,16599 VRXWindow: __VREToolsWindow,1,1686,9877,5477,1663 10 10 VRXWindow: __VREWindListWindow,1,5228,11804,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r50 r53 642 642 CALL NLSSetText 'DT_INFO', 'Caption', 20 /* 20: Getting list of supported printers. Please wait... */ 643 643 644 lpinfo_cmd = globals.!cupsdir'\sbin\lpinfo.exe - -exclude-schemes drv -m 2>&1 |rxqueue'644 lpinfo_cmd = globals.!cupsdir'\sbin\lpinfo.exe -m 2>&1 |rxqueue' /* --exclude-schemes drv */ 645 645 646 646 _od = DIRECTORY() … … 654 654 DO QUEUED() 655 655 PARSE PULL line 656 IF LEFT( line, 6 ) == 'drv://' THEN ITERATE656 /* IF LEFT( line, 6 ) == 'drv://' THEN ITERATE */ 657 657 IF WORD( line, 1 ) == 'raw' THEN ITERATE 658 658 PARSE VAR line _ppd '.ppd.gz ' _name … … 1521 1521 ppd = manufacturers.man.!printers.which.!driver 1522 1522 globals.!mode = 1 /* Mode 1: CUPS-included model */ 1523 IF POS(' exe://', ppd ) > 0 THEN DO1523 IF POS('://', ppd ) > 0 THEN DO 1524 1524 globals.!prt_ppd = '' 1525 1525 globals.!prt_dev = ppd … … 1928 1928 CALL NLSSetText 'SW_ABOUT', 'Caption', 10 /* 10: Product Information */ 1929 1929 CALL NLSSetText 'DT_ABOUT1', 'Caption', 11 /* 11: eCups Printer Install Utility */ 1930 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1. 05'/* 12: Version %1 */1931 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-201 4' /* 13: (C) %1 Alex Taylor */1930 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.1' /* 12: Version %1 */ 1931 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2016' /* 13: (C) %1 Alex Taylor */ 1932 1932 CALL NLSSetText 'PB_ABOUT', 'Caption', 2 /* 10: Product Information */ 1933 1933 -
trunk/gui/printer/cupswiz/cupswzen.mkm
r24 r53 32 32 CWZ0024I: Select PPD 33 33 CWZ0025?: 34 CWZ0026 ?:35 CWZ0027 ?:34 CWZ0026I: The CUPS service could not be contacted. Please ensure that the CUPS daemon (CUPSD) is running. 35 CWZ0027I: No CUPS Daemon 36 36 CWZ0028I: CUPS Path Not Found or Not Valid 37 37 CWZ0029I: Selected printer: %1 … … 42 42 CWZ0032I: Detected network printer (%1) "%2" at %3 43 43 CWZ0033I: Detected network printer %1 at %2 44 CWZ0034I: Other printer (manual configuration)44 CWZ0034I: Network or other printer (manual configuration) 45 45 CWZ0035I: Local printer: %1 46 46 CWZ0036?: -
trunk/gui/printer/cupswiz/readme.1st
r45 r53 1 1 CUPSWIZ - CUPS printer-creation wizard 2 Version 1. 052 Version 1.1 3 3 4 4 This program is simple graphical front-end for creating CUPS-based printers
Note:
See TracChangeset
for help on using the changeset viewer.