@@ -170,7 +170,7 @@ def initGui( self ):
170
170
QCoreApplication .translate ( "fTools" , "Split vector layer" ), self .iface .mainWindow () )
171
171
self .dataManageMenu .addActions ( [ self .project , self .define , self .joinAttr , self .spatJoin , self .splitVect ] )
172
172
173
- self .about = QAction ( QIcon ( self .getThemeIcon ( "ftools_logo.png" ) ),
173
+ self .about_ftools = QAction ( QIcon ( self .getThemeIcon ( "ftools_logo.png" ) ),
174
174
QCoreApplication .translate ( "fTools" , "About fTools" ), self .iface .mainWindow () )
175
175
176
176
self .menu .addMenu ( self .analysisMenu )
@@ -179,7 +179,7 @@ def initGui( self ):
179
179
self .menu .addMenu ( self .conversionMenu )
180
180
self .menu .addMenu ( self .dataManageMenu )
181
181
self .menu .addSeparator ()
182
- self .menu .addAction ( self .about )
182
+ self .menu .addAction ( self .about_ftools )
183
183
184
184
menuBar = self .iface .mainWindow ().menuBar ()
185
185
actions = menuBar .actions ()
@@ -226,7 +226,7 @@ def initGui( self ):
226
226
QObject .connect ( self .spatJoin , SIGNAL ("triggered()" ), self .dospatJoin )
227
227
QObject .connect ( self .splitVect , SIGNAL ("triggered()" ), self .dosplitVect )
228
228
229
- QObject .connect ( self .about , SIGNAL ("triggered()" ), self .doabout )
229
+ QObject .connect ( self .about_ftools , SIGNAL ("triggered()" ), self .doabout )
230
230
231
231
def unload ( self ):
232
232
pass
0 commit comments