mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Cmake test environment.
Expanded search for an image to "layout Photo".
This commit is contained in:
parent
740c247dfe
commit
b1862cda44
@ -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" => ["", "", ""]);
|
||||
|
Loading…
Reference in New Issue
Block a user