Cmake test environment.

Expanded search for an image to "layout Photo".
This commit is contained in:
Kornel Benko 2013-12-06 10:42:26 +01:00
parent 740c247dfe
commit b1862cda44

View File

@ -213,7 +213,7 @@ sub checkForLayoutStart($)
$selem{type} = "layout";
$selem{name} = $1;
unshift(@stack, \%selem);
if ($selem{name} eq "Picture") {
if ($selem{name} =~ /^(Picture|Photo)$/ ) {
my $rElem = &newMatch("ext" => [".eps", ".png"],
"search" => '^(.+)',
"result" => ["", "", ""]);