Revision: 56969
          http://sourceforge.net/p/brlcad/code/56969
Author:   brlcad
Date:     2013-08-19 19:52:39 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
the message is wrong, can only scale uniformly

Modified Paths:
--------------
    brlcad/trunk/src/mged/chgview.c

Modified: brlcad/trunk/src/mged/chgview.c
===================================================================
--- brlcad/trunk/src/mged/chgview.c     2013-08-19 19:19:46 UTC (rev 56968)
+++ brlcad/trunk/src/mged/chgview.c     2013-08-19 19:52:39 UTC (rev 56969)
@@ -4090,7 +4090,7 @@
                return ret;
            } else {
                /* argc was 4 but state was ST_S_EDIT so do nothing */
-               bu_log("Error: Can only scale xyz independently on an 
object.\n");
+               bu_log("ERROR: Can only scale primitives uniformly (one scale 
factor).\n");
                return TCL_OK;
            }
        }

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to