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:
authorCampbell Barton <ideasman42@gmail.com>2009-11-23 16:52:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-23 16:52:08 +0300
commitfc1c411e2c43b7dc1641b7152076b85770e96f78 (patch)
treea62ce717039a1beb08bc815ba6180a8cbc986c7c
parent1baaa0134c25fc4b59049281dcf2597b4e05e167 (diff)
shaded mode isnt working in 2.5, comment for now
-rw-r--r--source/blender/editors/space_view3d/view3d_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_header.c b/source/blender/editors/space_view3d/view3d_header.c
index 5a4eb419c95..0ec151046d6 100644
--- a/source/blender/editors/space_view3d/view3d_header.c
+++ b/source/blender/editors/space_view3d/view3d_header.c
@@ -1652,7 +1652,7 @@ static char *drawtype_pup(void)
str += sprintf(str, "%s", "|Bounding Box %x1");
str += sprintf(str, "%s", "|Wireframe %x2");
str += sprintf(str, "%s", "|Solid %x3");
- str += sprintf(str, "%s", "|Shaded %x4");
+//XXX not working in 2.5! str += sprintf(str, "%s", "|Shaded %x4");
str += sprintf(str, "%s", "|Textured %x5");
return string;
}