Changeset 16 for trunk/gui/printer/cupswiz/cupswiz.VRX
- Timestamp:
- Oct 14, 2012, 2:03:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRX
r14 r16 300 300 301 301 /* Now create the OS/2 printer object */ 302 IF create_os2 == 1 THEN DO302 IF create_os2 == 1 & globals.!os2driver <> '' THEN DO 303 303 304 304 /* Make sure the presentation driver supports the printer */ … … 1644 1644 CALL VRSet 'DDCB_PRESDRV', 'Selected', def_idx 1645 1645 END 1646 ELSE DO 1647 CALL VRMessage VRWindow(), 'No eCups-compatible OS/2 presentation drivers are installed.', 1648 '0d0a0d0a'x || 'Please install the ECUPS or ECUPS-HP printer driver before continuing.',, 1649 'Missing PM Driver', 'E' 1650 CALL VRSet 'PB_CREATEOK', 'Enabled', 0 1646 1651 /* TODO give an error if no drivers were found */ 1652 END 1647 1653 1648 1654 window = VRInfo( "Object" ) … … 1688 1694 ok = VRMethod( "LB_OS2MODELS", "AddStringList", "models.", ) 1689 1695 IF best > 0 THEN 1690 CALL VRSet 'L P_OS2MODELS', 'Selected', best1696 CALL VRSet 'LB_OS2MODELS', 'Selected', best 1691 1697 1692 1698 CALL VRSet 'DT_MODEL1', 'Caption',,
Note:
See TracChangeset
for help on using the changeset viewer.