mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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{type} = "layout";
|
||||||
$selem{name} = $1;
|
$selem{name} = $1;
|
||||||
unshift(@stack, \%selem);
|
unshift(@stack, \%selem);
|
||||||
if ($selem{name} eq "Picture") {
|
if ($selem{name} =~ /^(Picture|Photo)$/ ) {
|
||||||
my $rElem = &newMatch("ext" => [".eps", ".png"],
|
my $rElem = &newMatch("ext" => [".eps", ".png"],
|
||||||
"search" => '^(.+)',
|
"search" => '^(.+)',
|
||||||
"result" => ["", "", ""]);
|
"result" => ["", "", ""]);
|
||||||
|
Loading…
Reference in New Issue
Block a user