diff options
author | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
commit | 5382d18d05d358bb1c313c642395e835aa44a6a0 (patch) | |
tree | 2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /contrib/list_items.pl | |
parent | eb2f2c9600e8f69788232582191b141002bcd522 (diff) | |
download | vdr-plugin-text2skin-1.0-pre1.tar.gz vdr-plugin-text2skin-1.0-pre1.tar.bz2 |
1.0-pre1v1.0-pre1
Diffstat (limited to 'contrib/list_items.pl')
-rwxr-xr-x | contrib/list_items.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/list_items.pl b/contrib/list_items.pl index a47803f..7b53231 100755 --- a/contrib/list_items.pl +++ b/contrib/list_items.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl $ITEMFILE="common.h"; -$PARMFILE="data.h"; +$PARMFILE="xml/object.h"; sub printo { my $text = shift; |