[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: cnieves
Date: 06/09/30 13:56:09
Modified: . system-gschemrc.in
Log:
Changed the definition of the default titleblock.
Users can now easily override the default setting.
Revision Changes Path
1.104 +8 -2 eda/geda/gaf/gschem/lib/system-gschemrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gschemrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/lib/system-gschemrc.in,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- system-gschemrc.in 30 Sep 2006 16:01:36 -0000 1.103
+++ system-gschemrc.in 30 Sep 2006 17:56:09 -0000 1.104
@@ -921,10 +921,16 @@
; a new page.
; Comment in these lines if you want gschem to automatically place a titleblock
; when you create a new _empty_ page.
+; Users can customize the default titleblock by adding the following line
+; (without the semi-colons at the beginning) to the gschemrc file:
+;; (define default-titleblock "title-A4.sym")
+;; Change "title-A4.sym" by the name of your prefered titleblock!
+;
+(define default-titleblock "title-B.sym")
(add-hook! new-page-hook (lambda (page)
(if (null? (get-objects-in-page page))
; Syntax Symbol name X Y angle selectable mirrored
- (add-component page "title-B.sym" 40000 40000 0 #f #f)))
+ (add-component page default-titleblock 40000 40000 0 #f #f)))
#t)
;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs