update name
This commit is contained in:
@ -43,7 +43,7 @@ class FillAreaDialogEx(FillAreaDialog.FillAreaDialog):
|
|||||||
class FillAreaAction(pcbnew.ActionPlugin):
|
class FillAreaAction(pcbnew.ActionPlugin):
|
||||||
|
|
||||||
def defaults(self):
|
def defaults(self):
|
||||||
self.name = "Via Stitching"
|
self.name = "Via Stitching Generator"
|
||||||
self.category = "Modify PCB"
|
self.category = "Modify PCB"
|
||||||
self.description = "Via Stitching for PCB Zone"
|
self.description = "Via Stitching for PCB Zone"
|
||||||
self.icon_file_name = os.path.join(os.path.dirname(__file__), "./stitching-vias.png")
|
self.icon_file_name = os.path.join(os.path.dirname(__file__), "./stitching-vias.png")
|
||||||
|
Reference in New Issue
Block a user