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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-17 16:48:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-17 16:48:56 +0400
commit9f973bca78877a10b6da5a11b3bafc946879050c (patch)
tree91b4d2e92486eaa2464feec032394f0123ab042d /source/blender/blenkernel/BKE_unit.h
parentf1ec842cb261fe9ea9911a58b982190ea71e16e7 (diff)
units with no separator can now be typed into number buttons - eg, 5'7" 2km4m
Diffstat (limited to 'source/blender/blenkernel/BKE_unit.h')
-rw-r--r--source/blender/blenkernel/BKE_unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_unit.h b/source/blender/blenkernel/BKE_unit.h
index 54d5bba057a..5d5f8cddf47 100644
--- a/source/blender/blenkernel/BKE_unit.h
+++ b/source/blender/blenkernel/BKE_unit.h
@@ -47,7 +47,7 @@ double bUnit_BaseScalar(int system, int type);
void bUnit_GetSystem(void **usys_pt, int *len, int system, int type);
char* bUnit_GetName(void *usys_pt, int index);
-char* bUnit_GetNamePlural(void *usys_pt, int index);
+char* bUnit_GetNameDisplay(void *usys_pt, int index);
double bUnit_GetScaler(void *usys_pt, int index);
/* aligned with PropertyUnit */