File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ void CoordinateCapture::showOrHide()
260
260
void CoordinateCapture::unload ()
261
261
{
262
262
// remove the GUI
263
- mQGisIface ->removePluginVectorMenu ( " &Coordinate Capture" , mQActionPointer );
263
+ mQGisIface ->removePluginVectorMenu ( tr ( " &Coordinate Capture" ) , mQActionPointer );
264
264
mQGisIface ->removeVectorToolBarIcon ( mQActionPointer );
265
265
mpMapTool->deactivate ();
266
266
delete mpMapTool;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ void Topol::run()
115
115
void Topol::unload ()
116
116
{
117
117
// remove the GUI
118
- mQGisIface ->removePluginVectorMenu ( " &Topology Checker" , mQActionPointer );
118
+ mQGisIface ->removePluginVectorMenu ( tr ( " &Topology Checker" ) , mQActionPointer );
119
119
mQGisIface ->removeVectorToolBarIcon ( mQActionPointer );
120
120
delete mQActionPointer ;
121
121
}
You can’t perform that action at this time.
0 commit comments