[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (db06c2c7a74cdf44a3e84482ba980d1a45b7e2d4)



The branch, master has been updated
       via  db06c2c7a74cdf44a3e84482ba980d1a45b7e2d4 (commit)
      from  50d058ba2ca3403a6fbacf3885160806f448a3dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/change.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit db06c2c7a74cdf44a3e84482ba980d1a45b7e2d4
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add hint about :MinClearGap(Selected,=10,mil)
    
    Add a hint to the user about how to change the clearance of a group of
    objects.

:100644 100644 f2bcd40... 4d42bc3... M	src/change.c

=========
 Changes
=========

commit db06c2c7a74cdf44a3e84482ba980d1a45b7e2d4
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Add hint about :MinClearGap(Selected,=10,mil)
    
    Add a hint to the user about how to change the clearance of a group of
    objects.

diff --git a/src/change.c b/src/change.c
index f2bcd40..4d42bc3 100644
--- a/src/change.c
+++ b/src/change.c
@@ -751,7 +751,10 @@ ChangePolygonClearSize (LayerTypePtr Layer, PolygonTypePtr poly)
   if (!shown_this_message)
     {
       gui->confirm_dialog ("To change the clearance of objects in a polygon, "
-			   "change the objects, not the polygon.", "Ok", NULL);
+			   "change the objects, not the polygon.\n"
+			   "Hint: To set a minimum clearance for a group of objects, "
+			   "select them all then :MinClearGap(Selected,=10,mil)",
+			   "Ok", NULL);
       shown_this_message = 1;
     }
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs