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-07-23 13:47:22 +0400
committerTon Roosendaal <ton@blender.org>2003-07-23 13:47:22 +0400
commit13f7233f2fa4774948c8c5b72120fc72f8d95b39 (patch)
treec203d21b74d11da5744a989f8689529dcf750c8e /source/blender/src/editkey.c
parent33700b8b6508bf36b972fb68b575ff0c61a7f340 (diff)
- tiny changes:
- more crispy splash screen from Matt - insert key menu reworded in more logical way ("Nah, the other kind" :)
Diffstat (limited to 'source/blender/src/editkey.c')
-rw-r--r--source/blender/src/editkey.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/editkey.c b/source/blender/src/editkey.c
index 3f8a3e98705..5d9492d9af7 100644
--- a/source/blender/src/editkey.c
+++ b/source/blender/src/editkey.c
@@ -365,8 +365,7 @@ void insert_meshkey(Mesh *me)
if(me->key==0) {
me->key= add_key( (ID *)me);
- rel = pupmenu("Relative Vertex Keys? %t|Yes Please! %x1"
- "|Naw, the other kind %x2");
+ rel = pupmenu("Insert Vertex Keys %t|Relative keys %x1|Absolute keys %x2");
switch (rel) {
case 1:
me->key->type = KEY_RELATIVE;