Fix bad subtext in mapApiKey property

This commit is contained in:
Colin Kuskie 2010-02-17 16:53:03 -08:00
parent b75c6f7053
commit 7f148db487

View file

@ -36,7 +36,7 @@ property mapApiKey => (
hoverHelp => ["mapApiKey description", 'Asset_Map'],
builder => '_mapApiKey_builder',
lazy => 1,
subtext =>
subtext => \&mapApiKey_subtext,
);
sub _mapApiKey_builder {
my $self = shift;