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:
authorJoshua Leung <aligorith@gmail.com>2009-01-27 02:18:27 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-27 02:18:27 +0300
commit5917d0892c8d73b38c2988c911341ef325a4656d (patch)
treed26637f9aa46181e29576698345b67a1eae82610 /source/blender/editors/screen/area.c
parent63cedd8bd842bdc79bb8f972ab114f2f9958b132 (diff)
Graph Editor: Added files + Bugfixes
* Copied files containing code for tools from Action Editor to use as a base for the Graph Editor's tools. The toolsets are now very similar, so it should just be a case of making a few tweaks here and there. Currently all of these tools are #if-def'd out, as there are still a few things to clean up. (BUILDSYSTEM MAINTAINERS BEWARE!) * Tweaked some UI stuff (width of mode selector in header, names in the spacetype choosing menu) * Fixed a few bugs which were causing crashes when loading old files with IPO Editors open.
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index d104efef73d..95fd8bfa102 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -764,8 +764,8 @@ static char *windowtype_pup(void)
"|%l" // 33
- "|Ipo Curve Editor %x2" //54
- "|Action Editor %x12" //73
+ "|Graph Editor %x2" //54
+ "|DopeSheet Editor %x12" //73
"|NLA Editor %x13" //94
"|%l" //97