adding version to menu pcb2dxf

This commit is contained in:
easyw
2020-02-17 23:22:48 +01:00
parent 98e916e899
commit 7351e00f40

View File

@ -227,7 +227,7 @@ class pcb2dxf( pcbnew.ActionPlugin ):
self.description should be a comprehensive description
of the plugin
"""
self.name = "export technical layers of pcb to DXF (saved board)"
self.name = "export technical layers of pcb to DXF \nversion "+___version___
self.category = "export PCB"
self.description = "export technical layers of pcb to DXF (saved board)"
self.show_toolbar_button = True