Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
heatmap plugin: fix menu removal
  • Loading branch information
jef-n committed Feb 8, 2012
1 parent 6c50f7a commit d181e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/heatmap/heatmap.cpp
Expand Up @@ -108,7 +108,7 @@ void Heatmap::run()
void Heatmap::unload()
{
// remove the GUI
mQGisIface->removePluginRasterMenu( "&Heatmap", mQActionPointer );
mQGisIface->removePluginRasterMenu( tr( "&Heatmap" ), mQActionPointer );
mQGisIface->removeRasterToolBarIcon( mQActionPointer );
delete mQActionPointer;
}
Expand Down

0 comments on commit d181e26

Please sign in to comment.