Changeset 23 for trunk/gui/printer/cupswiz/cupswiz.VRX
- Timestamp:
- Mar 20, 2013, 3:47:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRX
r21 r23 251 251 CALL VRMessage VRWindow(),, 252 252 NLSGetMessage( 62 ),, /* 62: The installed version of CUPS.PDR appears to be out of date. As a result, the desktop printer will not be usable until the desktop is restarted. */ 253 NLSGetMessage( 58 ), 'W' /* 58: Port Driver Problem */ 253 NLSGetMessage( 58 ), 'W' /* 58: Port Driver Problem */ 254 254 END 255 255 … … 875 875 */ 876 876 target = VRParseFilePath( driver_path, 'DP') 877 CALL LINEOUT globals.!log1, 'Copying files from' workdir'\OUT to' target 877 CALL LINEOUT globals.!log1, 'Copying files from' workdir'\OUT to' target 878 878 ADDRESS CMD '@UNLOCK' target'\'driver'.DRV 2>NUL 1>NUL' 879 879 ok = VRCopyFile( workdir'\OUT\'driver'.DRV', target'\'driver'.DRV') … … 934 934 IF \VRIsDir( globals.!cupsdir ) THEN DO 935 935 IF TRANSLATE( globals.!cupsdir ) <> '/R' THEN 936 CALL VRMessage VRWindow(), 936 CALL VRMessage VRWindow(), 937 937 NLSGetMessage( 65, 'CUPSWIZ F:\CUPS') ||, /* 65: CUPS could not be located ... on the command line to this program (e.g "%1"). */ 938 938 '0d0a0d0a'x || NLSGetMessage( 66 ),, /* 66: Only remote CUPS queues ... start this program with the /R parameter.) */ … … 1638 1638 CALL NLSSetText 'SW_ABOUT', 'Caption', 10 /* 10: Product Information */ 1639 1639 CALL NLSSetText 'DT_ABOUT1', 'Caption', 11 /* 11: eCups Printer Install Utility */ 1640 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '0.9 8' /* 12: Version %1 */1640 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '0.99' /* 12: Version %1 */ 1641 1641 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010, 2013' /* 13: (C) %1 Alex Taylor */ 1642 1642 CALL NLSSetText 'PB_ABOUT', 'Caption', 2 /* 10: Product Information */ 1643 1643 1644 CALL NLSSetText 'DT_BOOTDRIVE', 'Caption', 14, TRANSLATE( globals.!bootdrv ) /* 14: System boot volume: %1 */ 1645 CALL NLSSetText 'DT_CUPSPATH', 'Caption', 15, TRANSLATE( globals.!cupsdir ) /* 15: Local CUPS directory: %1 */ 1644 CALL NLSSetText 'DT_BOOTDRIVE', 'Caption', 14, TRANSLATE( globals.!bootdrv ) /* 14: System boot volume: %1 */ 1645 CALL NLSSetText 'DT_CUPSPATH', 'Caption', 15, TRANSLATE( globals.!cupsdir ) /* 15: Local CUPS directory: %1 */ 1646 1646 CALL NLSSetText 'DT_REPOSITORY', 'Caption', 16, TRANSLATE( globals.!repository ) /* 16: Local driver repository: %1 */ 1647 1647 … … 1730 1730 ELSE DO /* 112: No eCups-compatible OS/2 presentation drivers are installed. */ 1731 1731 /* 113: Please install the ECUPS or ECUPS-HP printer driver before continuing. */ 1732 CALL VRMessage VRWindow(), 1733 NLSGetMessage( 112 ) || '0d0a0d0a'x || NLSGetMessage( 113 ),, 1732 CALL VRMessage VRWindow(), 1733 NLSGetMessage( 112 ) || '0d0a0d0a'x || NLSGetMessage( 113 ),, 1734 1734 NLSGetMessage( 114 ), 'E' /* 114: Missing PM Driver */ 1735 1735 CALL VRSet 'PB_CREATEOK', 'Enabled', 0 … … 1783 1783 CALL VRSet 'LB_OS2MODELS', 'Selected', best 1784 1784 1785 CALL NLSSetText 'DT_MODEL1', 'Caption',, 1785 CALL NLSSetText 'DT_MODEL1', 'Caption',, 1786 1786 121, globals.!prt_nick, globals.!os2driver /* 121: The printer "%1" could not ... to applications. */ 1787 1787 CALL NLSSetText 'DT_MODEL2', 'Caption', 122 /* 122: You can select one of ... use a generic driver. */
Note:
See TracChangeset
for help on using the changeset viewer.