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:
authorTon Roosendaal <ton@blender.org>2003-11-08 01:26:15 +0300
committerTon Roosendaal <ton@blender.org>2003-11-08 01:26:15 +0300
commit85e8812c9f9de0410b86a96328346234232424a6 (patch)
tree35626a04062522b79491ab2115b277e54a3d35c3 /source/blender/src/header_ipo.c
parent7ef6e6889ed51ae88da1e87c8779d795b7412c79 (diff)
- fixed layout of curve panel (f9 menu)
- changed 'curve' to 'path' in ipo types menu for ipowindow
Diffstat (limited to 'source/blender/src/header_ipo.c')
-rw-r--r--source/blender/src/header_ipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_ipo.c b/source/blender/src/header_ipo.c
index f34777e29ba..1333f7fc45f 100644
--- a/source/blender/src/header_ipo.c
+++ b/source/blender/src/header_ipo.c
@@ -472,7 +472,7 @@ static char *ipo_modeselect_pup(void)
}
if(OBACT && OBACT->type==OB_CURVE) {
- sprintf(tmpstr,formatstring,"Curve",ID_CU, ICON_CURVE);
+ sprintf(tmpstr,formatstring,"Path",ID_CU, ICON_CURVE);
strcat(string,tmpstr);
}