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:
authorMartin Poirier <theeth@yahoo.com>2009-12-20 01:37:51 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-20 01:37:51 +0300
commitff038161f6ee255b4c60246f24315e8b911f773e (patch)
tree2f1074f53a212a2e4d1a1d51310a2ff16ff785fe /source/blender/editors/space_userpref
parentf3147db0e8ce7c5c0e2352876304c928405c3081 (diff)
Add missing names to SpaceTypes
Diffstat (limited to 'source/blender/editors/space_userpref')
-rw-r--r--source/blender/editors/space_userpref/space_userpref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c
index da475ff4c5b..f45e08be697 100644
--- a/source/blender/editors/space_userpref/space_userpref.c
+++ b/source/blender/editors/space_userpref/space_userpref.c
@@ -153,6 +153,7 @@ void ED_spacetype_userpref(void)
ARegionType *art;
st->spaceid= SPACE_USERPREF;
+ strncpy(st->name, "Userpref", BKE_ST_MAXNAME);
st->new= userpref_new;
st->free= userpref_free;