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>2019-05-19 07:50:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-19 07:50:02 +0300
commit7decb9ad080eef002c6093581d486727836dbbf0 (patch)
tree8394bdacfa0d3eb0979e632327b31a7a66030620 /source/blender/blenloader/intern
parent06c4139a68330dc74ec4e87f6b5c5f2b7a25ad74 (diff)
Cleanup: rename BLI_appdir_fonts_* -> font
Plural name doesn't fit with textures, sounds & other paths that may be added. Also quiet unused warning.
Diffstat (limited to 'source/blender/blenloader/intern')
-rw-r--r--source/blender/blenloader/intern/versioning_defaults.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/versioning_defaults.c b/source/blender/blenloader/intern/versioning_defaults.c
index 604974e5075..d43bf020f7d 100644
--- a/source/blender/blenloader/intern/versioning_defaults.c
+++ b/source/blender/blenloader/intern/versioning_defaults.c
@@ -94,8 +94,8 @@ void BLO_update_defaults_userpref_blend(void)
/* Leave temp directory empty, will then get appropriate value per OS. */
U.tempdir[0] = '\0';
- /* System-specific fonts directory */
- BKE_appdir_fonts_folder_default(U.fontdir);
+ /* System-specific fonts directory. */
+ BKE_appdir_font_folder_default(U.fontdir);
/* Only enable tooltips translation by default,
* without actually enabling translation itself, for now. */