Fix bad subtext in mapApiKey property
This commit is contained in:
parent
b75c6f7053
commit
7f148db487
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ property mapApiKey => (
|
||||||
hoverHelp => ["mapApiKey description", 'Asset_Map'],
|
hoverHelp => ["mapApiKey description", 'Asset_Map'],
|
||||||
builder => '_mapApiKey_builder',
|
builder => '_mapApiKey_builder',
|
||||||
lazy => 1,
|
lazy => 1,
|
||||||
subtext =>
|
subtext => \&mapApiKey_subtext,
|
||||||
);
|
);
|
||||||
sub _mapApiKey_builder {
|
sub _mapApiKey_builder {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue