Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2007-09-25 05:33:29 +0400
committerMatt Ebb <matt@mke3.net>2007-09-25 05:33:29 +0400
commit3a5db1c40cce63fc97142ee6782d25299a8941a4 (patch)
tree6a9a8572082ddcf068cf986a0b4c7518c8599791 /source/blender/src/buttons_scene.c
parentfe99ea0518625e0bc4e0381468f526e3754482cd (diff)
* Changed the "Not allowed" error message in the Scene set chooser to
something a little more meaningful
Diffstat (limited to 'source/blender/src/buttons_scene.c')
-rw-r--r--source/blender/src/buttons_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index f9e94a6be37..c319485cb0f 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -802,7 +802,7 @@ void do_render_panels(unsigned short event)
Scene *newset= (Scene*) BLI_findlink(&G.main->scene, G.buts->menunr-1);
if (newset==G.scene)
- error("Not allowed");
+ error("Can't use the same scene as its own set");
else if (newset) {
G.scene->set= newset;
if (scene_check_setscene(G.scene)==0)