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/blenkernel/BKE_appdir.h
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/blenkernel/BKE_appdir.h')
-rw-r--r--source/blender/blenkernel/BKE_appdir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_appdir.h b/source/blender/blenkernel/BKE_appdir.h
index 7d7a16f6702..e55cb69a5c6 100644
--- a/source/blender/blenkernel/BKE_appdir.h
+++ b/source/blender/blenkernel/BKE_appdir.h
@@ -45,8 +45,8 @@ void BKE_appdir_program_path_init(const char *argv0);
const char *BKE_appdir_program_path(void);
const char *BKE_appdir_program_dir(void);
-/* return OS fonts directory */
-bool BKE_appdir_fonts_folder_default(char *dir);
+/* Return OS fonts directory. */
+bool BKE_appdir_font_folder_default(char *dir);
/* find python executable */
bool BKE_appdir_program_python_search(char *fullpath,