File tree 2 files changed +2
-2
lines changed
python/plugins/mapserver_export
src/plugins/ogr_converter
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def initGui(self):
48
48
49
49
def unload (self ):
50
50
# Remove the plugin menu item and icon
51
- self .iface .removePluginMenu ("&Zoom to Point ..." ,self .action )
51
+ self .iface .removePluginMenu ("&MapServer Export ..." ,self .action )
52
52
self .iface .removeToolBarIcon (self .action )
53
53
54
54
# run method that performs all the real work
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ void OgrPlugin::unload()
90
90
// OGRCleanupAll();
91
91
92
92
// remove the GUI
93
- mQGisIface ->removePluginMenu ( " &OGR Layer Converter" , mQActionPointer );
93
+ mQGisIface ->removePluginMenu ( " OG&R Converter" , mQActionPointer );
94
94
mQGisIface ->removeToolBarIcon ( mQActionPointer );
95
95
delete mQActionPointer ;
96
96
}
You can’t perform that action at this time.
0 commit comments