Ignore:
Timestamp:
2008-06-09T13:12:28+12:00 (16 years ago)
Author:
kjdon
Message:

tidy up a couple of places using dummy text and NoText metadata

File:
1 edited

Legend:

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

    r15905 r15911  
    547547    # if we want a header page, we need to add some text into the top section, otherwise this section will become invisible
    548548    if ($self->{'headerpage'}) {
    549     $doc_obj->add_text($topsection, &gsprintf::lookup_string("{BasePlugin.dummy_text}"));
     549    $self->add_dummy_text($doc_obj, $topsection);
    550550    }
    551551
Note: See TracChangeset for help on using the changeset viewer.