Skip to content

Commit d181e26

Browse files
committedFeb 8, 2012
heatmap plugin: fix menu removal
1 parent 6c50f7a commit d181e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/heatmap/heatmap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void Heatmap::run()
108108
void Heatmap::unload()
109109
{
110110
// remove the GUI
111-
mQGisIface->removePluginRasterMenu( "&Heatmap", mQActionPointer );
111+
mQGisIface->removePluginRasterMenu( tr( "&Heatmap" ), mQActionPointer );
112112
mQGisIface->removeRasterToolBarIcon( mQActionPointer );
113113
delete mQActionPointer;
114114
}

0 commit comments

Comments
 (0)
Please sign in to comment.