Changeset 17723


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

PPTPlugin renamed to PowerPointPlugin

File:
1 edited

Legend:

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

    r16954 r17723  
    2626###########################################################################
    2727
    28 # This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug,
    29 # RTFPlug and PDFPlug. It facilitates the conversion of these document types
     28# This plugin is inherited by such plugins as WordPlugin, PowerPointPlugin,
     29# PSPlugin,
     30# RTFPlugin and PDFPlugin. It facilitates the conversion of these document types
    3031# to either HTML, Text or a series of images. It works by dynamically loading
    3132# an appropriate secondary plugin (HTMLPlug, StructuredHTMLPlug,
     
    165166        $convert_to_type = "structuredhtml";
    166167    }
    167     } elsif ($classPluginName eq "PPTPlugin") {
     168    } elsif ($classPluginName eq "PowerPointPlugin") {
    168169    if ($windows_scripting && $ENV{'GSDLOS'} =~ /^windows$/i && $convert_to_type eq "auto") {
    169170        # we use paged img
Note: See TracChangeset for help on using the changeset viewer.