From 30c079bd155e2be0c86bbb0115454dae0656f44b Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 24 Apr 2001 15:38:45 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/eggbase/somethingToEgg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/eggbase/somethingToEgg.cxx b/pandatool/src/eggbase/somethingToEgg.cxx index d54b8874a9..1d7701abdc 100644 --- a/pandatool/src/eggbase/somethingToEgg.cxx +++ b/pandatool/src/eggbase/somethingToEgg.cxx @@ -47,7 +47,7 @@ SomethingToEgg(const string &format_name, "Specify the units of the resulting egg file. If this is " "specified, the vertices in the egg file will be scaled as " "necessary to make the appropriate units conversion; otherwise, " - "the vertices in the input file will be converted exactly as they are.", + "the vertices will be left as they are.", &SomethingToEgg::dispatch_units, NULL, &_output_units); _input_units = DU_invalid;