|
@@ -223,7 +223,7 @@ class GdbToPostGisList(GdalAlgorithm):
|
|
|
return 'gdbtopostgis'
|
|
|
|
|
|
def icon(self):
|
|
|
- return QIcon(os.path.join(pluginPath, 'images', 'dbms', 'importvector.png'))
|
|
|
+ return QIcon(os.path.join(pluginPath, 'images', 'dbms', 'infomation-2.png'))
|
|
|
|
|
|
def displayName(self):
|
|
|
return self.tr('GDB数据入库')
|