[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34698] trunk/blender/source/blender/ makesrna/intern/rna_actuator.c: Logic UI: Game Actuator options renaming

Dalai Felinto dfelinto at gmail.com
Mon Feb 7 19:42:09 CET 2011


Revision: 34698
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34698
Author:   dfelinto
Date:     2011-02-07 18:42:07 +0000 (Mon, 07 Feb 2011)
Log Message:
-----------
Logic UI: Game Actuator options renaming
After talking with Ton Roosendaal we agreed on making those changes.
I wonder if we should go for "Start Game" instead of "From File". But Space is not a constraint here so be it.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_actuator.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_actuator.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_actuator.c	2011-02-07 18:24:15 UTC (rev 34697)
+++ trunk/blender/source/blender/makesrna/intern/rna_actuator.c	2011-02-07 18:42:07 UTC (rev 34698)
@@ -1623,9 +1623,9 @@
 //		keeping the load/start hacky for compatibility with 2.49
 //		ideally we could use ACT_GAME_START again and do a do_version()
 
-		{ACT_GAME_LOAD, "START", 0, "Start New Game", ""},
-		{ACT_GAME_RESTART, "RESTART", 0, "Restart This Game", ""},
-		{ACT_GAME_QUIT, "QUIT", 0, "Quit This Game", ""},
+		{ACT_GAME_LOAD, "START", 0, "Start Game From File", ""},
+		{ACT_GAME_RESTART, "RESTART", 0, "Restart Game", ""},
+		{ACT_GAME_QUIT, "QUIT", 0, "Quit Game", ""},
 		{ACT_GAME_SAVECFG, "SAVECFG", 0, "Save bge.logic.globalDict", ""},
 		{ACT_GAME_LOADCFG, "LOADCFG", 0, "Load bge.logic.globalDict", ""},
 		{0, NULL, 0, NULL, NULL}};




More information about the Bf-blender-cvs mailing list