From 462b5823f43bcc267e40e718c8db99f10b562c5d Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 7 Feb 2011 18:42:07 +0000 Subject: 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. --- source/blender/makesrna/intern/rna_actuator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_actuator.c b/source/blender/makesrna/intern/rna_actuator.c index ac109dfa0c5..f084e79d81f 100644 --- a/source/blender/makesrna/intern/rna_actuator.c +++ b/source/blender/makesrna/intern/rna_actuator.c @@ -1623,9 +1623,9 @@ static void rna_def_game_actuator(BlenderRNA *brna) // 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}}; -- cgit v1.2.3