lyx_mirror/development/tools/designer43to42
Guillaume Munch a8ad43d4fd Check that we have bash before running updatelfuns.sh
Also set executable bits on the devel scripts.
2016-01-11 16:26:13 +00:00

8 lines
195 B
Perl
Executable File

#!/usr/bin/perl -w
while (<>) {
s/property name=\"(top|left|right|bottom)Margin\"/property name=\"margin\"/;
s/property name=\"(horizont|vertic)Spacing\"/property name=\"spacing\"/;
print;
}