From c0ce01da0e3c7637bc47a894b4eb36909c49ddb2 Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Sat, 8 Jan 2000 19:54:20 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/examples/colorhtml | 2 +- plug-ins/perl/examples/dataurl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/perl/examples/colorhtml b/plug-ins/perl/examples/colorhtml index 58029b2d10..bdadb496af 100755 --- a/plug-ins/perl/examples/colorhtml +++ b/plug-ins/perl/examples/colorhtml @@ -27,7 +27,7 @@ register "file_colorhtml_save", "Marc Lehmann ", "1999-11-22", "/COLORHTML", - "*", + undef, [ [PF_RADIO, "character_source", "where to take the characters from", 0, [sourcecode => 0, textfile => 1, filename => 2]], diff --git a/plug-ins/perl/examples/dataurl b/plug-ins/perl/examples/dataurl index 25fc586efd..037634421c 100755 --- a/plug-ins/perl/examples/dataurl +++ b/plug-ins/perl/examples/dataurl @@ -23,7 +23,7 @@ register "file_dataurl_save", "Marc Lehmann ", "1999-11-20", "/DATAURL", - "*", + undef, [ [PF_SPINNER, "tile_x", "tile width", 32, [0, 8192, 1, 10]], [PF_SPINNER, "tile_y", "tile height", 32, [0, 8192, 1, 10]],