[Avida-SVN] r3136 - development/source/targets/avida-viewer

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Mon Jan 26 13:21:15 PST 2009


Author: baerb
Date: 2009-01-26 16:21:15 -0500 (Mon, 26 Jan 2009)
New Revision: 3136

Modified:
   development/source/targets/avida-viewer/cOptionsScreen.cc
   development/source/targets/avida-viewer/cStatsScreen.cc
   development/source/targets/avida-viewer/key_chart
Log:

Changes "creatures" to "orgranisms"



Modified: development/source/targets/avida-viewer/cOptionsScreen.cc
===================================================================
--- development/source/targets/avida-viewer/cOptionsScreen.cc	2009-01-26 18:42:58 UTC (rev 3135)
+++ development/source/targets/avida-viewer/cOptionsScreen.cc	2009-01-26 21:21:15 UTC (rev 3136)
@@ -54,7 +54,7 @@
   PrintOption(Height() - 3, 30, "[CTRL-L] Redraw Screen");
   PrintOption(Height() - 2, 30, "[C]hoose New CPU");
 
-  PrintOption(Height() - 6, 55, "E[x]tract Creature");
+  PrintOption(Height() - 6, 55, "E[x]tract Organism");
   PrintOption(Height() - 5, 55, "[W]rite Soup Clone");
   if (info.GetPauseLevel()) {
     PrintOption(Height() - 4, 55, "Un-[P]ause");

Modified: development/source/targets/avida-viewer/cStatsScreen.cc
===================================================================
--- development/source/targets/avida-viewer/cStatsScreen.cc	2009-01-26 18:42:58 UTC (rev 3135)
+++ development/source/targets/avida-viewer/cStatsScreen.cc	2009-01-26 21:21:15 UTC (rev 3136)
@@ -36,7 +36,7 @@
   Print(5, 23, "Age.........:");
 
   Print(8, 11, "Current    Total  Ave Age  Entropy");
-  Print(9,  0, "Creatures:");
+  Print(9,  0, "Organisms:");
   Print(10, 0, "Genotypes:");
   Print(11, 0, "Threshold:");
   Print(12, 0, "Species..:");

Modified: development/source/targets/avida-viewer/key_chart
===================================================================
--- development/source/targets/avida-viewer/key_chart	2009-01-26 18:42:58 UTC (rev 3135)
+++ development/source/targets/avida-viewer/key_chart	2009-01-26 21:21:15 UTC (rev 3136)
@@ -10,7 +10,7 @@
 Q: Quit
 S: Stats
 W: Write Soup
-X: Extract Creature
+X: Extract Organism
 Z: Zoom
 
 - Zoom -
@@ -18,4 +18,4 @@
 TAB: Toggle Component (+shift-TAB?)
 E: Edit Component
 T: Thread Info
-V: View Component
\ No newline at end of file
+V: View Component




More information about the Avida-cvs mailing list