Changeset 17726 for gsdl


Ignore:
Timestamp:
2008-11-06T11:34:40+13:00 (15 years ago)
Author:
kjdon
Message:

PSPlugin renamed to PostScriptPlugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm

    r17723 r17726  
    2727
    2828# This plugin is inherited by such plugins as WordPlugin, PowerPointPlugin,
    29 # PSPlugin,
     29# PostScriptPlugin,
    3030# RTFPlugin and PDFPlugin. It facilitates the conversion of these document types
    3131# to either HTML, Text or a series of images. It works by dynamically loading
     
    171171        $convert_to_type = "pagedimg_jpg";
    172172    }
    173     } elsif ($classPluginName eq "PSPlugin") {
     173    } elsif ($classPluginName eq "PostScriptPlugin") {
    174174    if ($convert_to_type eq "auto") {
    175175        # we use text
Note: See TracChangeset for help on using the changeset viewer.