From 7351e00f40b21146c8b4c1ab5e41e5eac3422413 Mon Sep 17 00:00:00 2001 From: easyw Date: Mon, 17 Feb 2020 23:22:48 +0100 Subject: [PATCH] adding version to menu pcb2dxf --- PcbToDxf/action_menu_pcb2dxf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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