- Timestamp:
- Jan 23, 2013, 1:36:23 AM (13 years ago)
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r18 r20 7 7 VRXWindow: __VREMainWindow,1,614,2554,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,675,11804,4529,3891 9 VRXWindow: __VREToolsWindow,1,1686,9877,49 71,16599 VRXWindow: __VREToolsWindow,1,1686,9877,4965,1663 10 10 VRXWindow: __VREWindListWindow,1,5228,11804,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r18 r20 138 138 END 139 139 ELSE DO 140 CALL NLSSetText 'DT_INFO', 'Caption', NLSGetMessage( 51 )/* 51: The printer has been created. */141 CALL NLSSetText 'PB_NEXT', 'Caption', NLSGetMessage( 53 )/* 53: Create another */142 END 143 CALL NLSSetText 'PB_CANCEL', 'Caption', NLSGetMessage( 55 )/* 55: Close */140 CALL NLSSetText 'DT_INFO', 'Caption', 51 /* 51: The printer has been created. */ 141 CALL NLSSetText 'PB_NEXT', 'Caption', 53 /* 53: Create another */ 142 END 143 CALL NLSSetText 'PB_CANCEL', 'Caption', 55 /* 55: Close */ 144 144 145 145 CALL LINEOUT globals.!log1, '' … … 602 602 manufacturers.0 = count 603 603 604 CALL NLSSetText 'DT_INFO', 'Caption', 21 /* 21: Select the printer manufacturer and model from the list below. */605 606 604 RETURN 607 605 … … 997 995 ppds.0 = manufacturers.item.!printers.0 998 996 997 CALL VRSet 'WN_MAIN', 'Pointer', 'WAIT' 998 CALL VRMethod 'LB_SELECT', 'Clear' 999 999 CALL VRSet 'LB_SELECT', 'Painting', 0 1000 CALL VRMethod 'LB_SELECT', 'Clear'1001 1000 CALL VRMethod 'LB_SELECT', 'AddStringList', 'models.',, 'ppds.' 1002 1001 CALL VRSet 'LB_SELECT', 'Painting', 1 1002 CALL VRSet 'WN_MAIN', 'Pointer', '<default>' 1003 1003 /* CALL VRSet 'LB_SELECT', 'Selected', 1 */ 1004 1004 … … 1506 1506 1507 1507 END 1508 CALL NLSSetText 'DT_INFO', 'Caption', 21 /* 21: Select the printer manufacturer and model from the list below. */ 1508 1509 1509 1510 CALL VRSet 'LB_BRAND', 'Painting', 0 … … 1618 1619 CALL NLSSetText 'SW_ABOUT', 'Caption', 10 /* 10: Product Information */ 1619 1620 CALL NLSSetText 'DT_ABOUT1', 'Caption', 11 /* 11: eCups Printer Install Utility */ 1620 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '0.9 8' /* 12: Version %1 */1621 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010, 2012'/* 13: (C) %1 Alex Taylor */1621 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '0.97' /* 12: Version %1 */ 1622 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010, 2012' /* 13: (C) %1 Alex Taylor */ 1622 1623 CALL NLSSetText 'PB_ABOUT', 'Caption', 2 /* 10: Product Information */ 1623 1624 -
trunk/gui/printer/cupswiz/cupswzen.mkm
r18 r20 81 81 CWZ0065I: CUPS could not be located. If you wish to use a local installation of CUPS, please specify the path where CUPS is installed on the command line to this program (e.g "%1"). 82 82 CWZ0066I: Only remote CUPS queues will be available for printers created in this session. (To skip this warning in the future, start this program with the /R parameter.) 83 CWZ0067I: The printer "%1" does not appear to be supported by the %2 driver, and no similar models were found. The generic PostScript driver will be used for application support.83 CWZ0067I: The %2 presentation driver appears to contain no information about "%1" or any similar models. The generic PostScript driver will be used for application support. 84 84 CWZ0068I: Printer Name Not Found 85 85 CWZ0069I: The printer parameters could not be imported, possibly due to an incompatible PPD file. -
trunk/gui/printer/cupswiz/readme.1st
r18 r20 1 1 CUPSWIZ - CUPS printer-creation wizard 2 Version 0.9 82 Version 0.97 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.