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:
authorNathan Letwory <nathan@letworyinteractive.com>2005-06-10 17:55:09 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2005-06-10 17:55:09 +0400
commit07fb86d355eb6e98f36113fd60b678036e8716b6 (patch)
tree570f03a8725321479684526ab4dec03979de81e4 /source/blender/src/header_time.c
parentf73183ae49dc0713f1a4a45313789ab2c8389f41 (diff)
* fix for bug #2733
Diffstat (limited to 'source/blender/src/header_time.c')
-rw-r--r--source/blender/src/header_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_time.c b/source/blender/src/header_time.c
index 2c7a5423abd..dd0ced7d9fe 100644
--- a/source/blender/src/header_time.c
+++ b/source/blender/src/header_time.c
@@ -440,8 +440,8 @@ void time_buttons(ScrArea *sa)
xco, 0, XIC, YIC, 0, 0, 0, 0, 0, "Skip to End frame (Shift UpArrow)");
xco+= XIC+8;
- uiDefIconButBitI(block, TOG, G_RECORDKEYS, REDRAWINFO, ICON_REC,
- xco, 0, XIC, YIC, &(G.flags), 0, 0, 0, 0, "Automatically insert keyframes in Object and Action Ipo curves");
+ uiDefIconButBitI(block, TOG, USER_RECORDKEYS, REDRAWINFO, ICON_REC,
+ xco, 0, XIC, YIC, &(U.flag), 0, 0, 0, 0, "Automatically insert keyframes in Object and Action Ipo curves");
xco+= XIC+16;