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>2017-06-16 01:52:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-16 01:52:42 +0300
commite306499a41ef49b8b42154f8dd7a6ac422d5d94e (patch)
tree8b753097a36022ea1c1c9f75847e7cb6ffcbd2de /source/blender/windowmanager
parent637fa5f670d84978911bdd241cc493b061491a9c (diff)
Missed last commit
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/manipulators/WM_manipulator_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/manipulators/WM_manipulator_api.h b/source/blender/windowmanager/manipulators/WM_manipulator_api.h
index 076c0f89a88..6a7585740cb 100644
--- a/source/blender/windowmanager/manipulators/WM_manipulator_api.h
+++ b/source/blender/windowmanager/manipulators/WM_manipulator_api.h
@@ -88,7 +88,7 @@ bool WM_manipulatortype_remove(const char *idname);
void WM_manipulatortype_remove_ptr(struct wmManipulatorType *wt);
void WM_manipulatortype_iter(struct GHashIterator *ghi);
-/* wm_manipulatorgroup_type.c */
+/* wm_manipulator_group_type.c */
struct wmManipulatorGroupType *WM_manipulatorgrouptype_find(const char *idname, bool quiet);
struct wmManipulatorGroupType *WM_manipulatorgrouptype_append(void (*wtfunc)(struct wmManipulatorGroupType *));
struct wmManipulatorGroupType *WM_manipulatorgrouptype_append_ptr(void (*mnpfunc)(struct wmManipulatorGroupType *, void *), void *userdata);
@@ -100,7 +100,7 @@ struct wmManipulatorGroupTypeRef *WM_manipulatorgrouptype_append_and_link(
struct wmManipulatorMapType *mmap_type,
void (*wtfunc)(struct wmManipulatorGroupType *));
-/* wm_manipulatormap.c */
+/* wm_manipulator_map.c */
/* Dynamic Updates (for RNA runtime registration) */
void WM_manipulatorconfig_update_tag_init(struct wmManipulatorMapType *mmap_type, struct wmManipulatorGroupType *wgt);