diff --git a/PcbToDxf/action_menu_pcb2dxf.py b/PcbToDxf/action_menu_pcb2dxf.py index 6f3ff9e..16c7c94 100644 --- a/PcbToDxf/action_menu_pcb2dxf.py +++ b/PcbToDxf/action_menu_pcb2dxf.py @@ -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