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:
authorJulian Eisel <eiseljulian@gmail.com>2016-02-29 19:47:36 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-02-29 19:47:36 +0300
commitd787db701a39e2224be15deb46d1d50b25f598d3 (patch)
tree7d7bfe4c73b9282342314a8ed1777f2685fa3518 /source/blender/editors/include
parent84b1d67b64c507c31d5020eabbf8742d294de01e (diff)
Cleanup: Rename ED_button_operatortypes -> ED_operatortypes_ui
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 051400b5e3f..465ab4e1d91 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -1004,7 +1004,7 @@ typedef struct uiDragColorHandle {
bool gamma_corrected;
} uiDragColorHandle;
-void ED_button_operatortypes(void);
+void ED_operatortypes_ui(void);
void ED_keymap_ui(struct wmKeyConfig *keyconf);
void UI_drop_color_copy(struct wmDrag *drag, struct wmDropBox *drop);