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:
authorPeter Schlaile <peter@schlaile.de>2008-05-04 21:03:10 +0400
committerPeter Schlaile <peter@schlaile.de>2008-05-04 21:03:10 +0400
commit32099649e394968ebaa559ce39d66715c8536a76 (patch)
tree4455455eb01b41ec87707e824ee93e3a23ed5ab4 /source/blender/include
parentc734c0b1992d45619498d39838e9abc335fb497a (diff)
== Sequencer ==
Added the missing directory selector button for proxy custom storage...
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/butspace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index 8556d47e4ab..242965a820c 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -367,7 +367,7 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_SEQ_BUT_TRANSFORM 1695
#define B_SEQ_BUT_RELOAD_FILE 1696
#define B_SEQ_BUT_REBUILD_PROXY 1697
-
+#define B_SEQ_SEL_PROXY_DIR 1698
/* *********************** */
#define B_ARMATUREBUTS 1800
#define B_POSE 1701