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>2015-12-01 08:57:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-01 08:58:47 +0300
commit6783c673e6457399ef2cb0c5ee65fcfe8a1d07f0 (patch)
tree9ad10d786f13c82d8bedad9d90f90238765a0f49 /source/blender/makesdna/DNA_userdef_types.h
parent0b1b7746745a75ca04f698cc1c2a9636c1f65576 (diff)
UI: mono-space font user preference
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 4beeaa8bc3f..f0b8e04821a 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -545,6 +545,7 @@ typedef struct UserDef {
char author[80]; /* author name for file formats supporting it */
char font_path_ui[1024];
+ char font_path_ui_mono[1024];
int compute_device_type;
int compute_device_id;