Changeset 20 for trunk/gui/printer/cupswiz/cupswiz.VRX
- Timestamp:
- Jan 23, 2013, 1:36:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.