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:
authorSimon Clitherow <aphex@nildram.co.uk>2003-07-17 23:25:36 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2003-07-17 23:25:36 +0400
commit93c9ed32b7677fe426188c420055738f75b146e7 (patch)
tree525a7233e260c9deda45c45a95f2f735af99ea75
parent8a02f82636dda1932594bf240c046c16f476dba7 (diff)
- added 'Textured Solid' to the Draw mode popup (DKEY).
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index dc6e18b70df..ca614f58c75 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -816,7 +816,7 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
imagestodisplist();
}
else {
- pupval= pupmenu("Draw mode%t|BoundBox %x1|Wire %x2|OpenGL Solid %x3|Shaded Solid %x4");
+ pupval= pupmenu("Draw mode%t|BoundBox %x1|Wire %x2|OpenGL Solid %x3|Shaded Solid %x4|Textured Solid %x5");
if(pupval>0) {
G.vd->drawtype= pupval;
doredraw= 1;