Revision: 54185
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54185&view=rev
Author:   bob1961
Date:     2013-01-16 18:06:17 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
Minor tweaks to the hints label used by Archer's sketch editor.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/SketchEditFrame.tcl

Modified: brlcad/trunk/src/tclscripts/archer/SketchEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/SketchEditFrame.tcl      2013-01-16 
17:47:39 UTC (rev 54184)
+++ brlcad/trunk/src/tclscripts/archer/SketchEditFrame.tcl      2013-01-16 
18:06:17 UTC (rev 54185)
@@ -544,15 +544,16 @@
        ::ttk::label $parent.sketchHintsKeyL \
            -text "
 Key and Button Hints:
-a\tArc Mode
-b\tBezier Mode
-c\tCircle Mode
-l\tLine Mode
-m\tMove Mode
-Escape\tNew Contour
-BSpace\tDelete Selected
-d\tDelete Selected
-Delete\tDelete Selected" \
+a\tArc mode
+b\tBezier mode
+c\tCircle mode
+l\tLine mode
+m\tMove mode
+
+Escape\tNew contour
+BSpace\tDelete selected
+d\tDelete selected
+Delete\tDelete selected" \
            -anchor w
     } {}
 
@@ -560,12 +561,16 @@
        ::ttk::label $parent.sketchHintsBtnL \
            -text "
 Button-1
-\tUsed to move
-\tand create items
+\tUsed to select,
+\tmove and create
+\tsketch objects
+Shift-Button-1
+\tMulti-select while
+\tin move mode
 Lock-Ctrl-Shift-Button-1
-\tScale View
+\tScale view
 Lock-Shift-Button-1
-\tTranslate View" \
+\tTranslate view" \
            -anchor w
     } {}
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to