mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
qgm2cpp.pl fix
This commit is contained in:
parent
2fc418016f
commit
14fbb942c7
@ -44,7 +44,7 @@ sub parse {
|
||||
if $label =~ /^\s+/ || $label =~ /\s+$/ || $label !~ /^[A-Z0-9(]/;
|
||||
$label =~ s/^\s+//;
|
||||
$label =~ s/\s+$//;
|
||||
$label =~ ucfirst $label;
|
||||
$label = ucfirst $label;
|
||||
$labels{$label} = 1;
|
||||
} else {
|
||||
parse($a->{$b});
|
||||
|
Loading…
x
Reference in New Issue
Block a user