Ignore:
Timestamp:
Sep 8, 2009, 8:56:36 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: More work on EVFSGUI V.next (Feature complete now, more bugs fixed, started code cleaning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/shared/smbtree.vrs

    r327 r328  
    156156    text = translate(arg(1))
    157157    select /* Printer guessing */
    158         when pos('LJ',text)      > 0 then res = '#65:PMWP.DLL'
    159         when pos('LASER',text)   > 0 then res = '#65:PMWP.DLL'
    160         when pos('EPSON',text)   > 0 then res = '#65:PMWP.DLL'
    161         when pos('PRINT',text)   > 0 then res = '#65:PMWP.DLL'
    162         when pos('PRT',text)     > 0 then res = '#65:PMWP.DLL'
    163         when pos('CANON',text)   > 0 then res = '#65:PMWP.DLL'
    164         when pos('MINOLTA',text) > 0 then res = '#65:PMWP.DLL'
    165         when pos('FAX',text)     > 0 then res = '#65:PMWP.DLL'
    166         when pos('LEXMARK',text) > 0 then res = '#65:PMWP.DLL'
    167         when pos('IPC$',text)    > 0 then res = '#59:PMWP.DLL'
    168         when pos('GHOSTPDF',text)> 0 then res = '#65:PMWP.DLL'
    169         when pos('PDF',text)     > 0 & ,
    170              pos('WRI',text)     > 0 then res = '#65:PMWP.DLL'
     158        when pos('PS3',text)        > 0 then res = '#65:PMWP.DLL'
     159        when pos('PCL5',text)       > 0 then res = '#65:PMWP.DLL'
     160        when pos('PCL6',text)       > 0 then res = '#65:PMWP.DLL'
     161        when pos('PSCRIPT',text)    > 0 then res = '#65:PMWP.DLL'
     162        when pos('POSTSCRIPT',text) > 0 then res = '#65:PMWP.DLL'
     163        when pos('LJ',text)         > 0 then res = '#65:PMWP.DLL'
     164        when pos('LASER',text)      > 0 then res = '#65:PMWP.DLL'
     165        when pos('EPSON',text)      > 0 then res = '#65:PMWP.DLL'
     166        when pos('PRINT',text)      > 0 then res = '#65:PMWP.DLL'
     167        when pos('PRT',text)        > 0 then res = '#65:PMWP.DLL'
     168        when pos('CANON',text)      > 0 then res = '#65:PMWP.DLL'
     169        when pos('MINOLTA',text)    > 0 then res = '#65:PMWP.DLL'
     170        when pos('FAX',text)        > 0 then res = '#65:PMWP.DLL'
     171        when pos('LEXMARK',text)    > 0 then res = '#65:PMWP.DLL'
     172        when pos('IPC$',text)       > 0 then res = '#59:PMWP.DLL'
     173        when pos('GHOSTPDF',text)   > 0 then res = '#65:PMWP.DLL'
     174        when pos('PDF',text)        > 0 & ,
     175             pos('WRI',text)        > 0 then res = '#65:PMWP.DLL'
    171176        otherwise res = "#34:PMWP.DLL"
    172177    end
Note: See TracChangeset for help on using the changeset viewer.