From 3a1ae7e4d0a674c0b0be562502cf579589c91f5e Mon Sep 17 00:00:00 2001
From: Bert Timmerman <bert.timmerman@xs4all.nl>
Date: Thu, 3 Mar 2011 22:14:29 +0100
Subject: [PATCH 1/1] Add GUI command for creating a pcb footprint.

---
 gui.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gui.c b/gui.c
index d66853a..9bbc41d 100644
--- a/gui.c
+++ b/gui.c
@@ -99,6 +99,7 @@ static GtkItemFactoryEntry menu_entries[] = {
 	{ "/File/Save as",	NULL,	save_as_fpd,	0, "<Item>" },
         { "/File/sep1",		NULL,	NULL,		0, "<Separator>" },
         { "/File/Write KiCad module",	NULL,	write_kicad,	0, "<Item>" },
+        { "/File/Write PCB footprint",	NULL,	write_pcb,	0, "<Item>" },
         { "/File/Write Postscript",
 				NULL,	write_ps,	0, "<Item>" },
         { "/File/sep2",		NULL,	NULL,		0, "<Separator>" },
-- 
1.7.3.4

