From 86cf6b40162b683a209cef499fd5beb2d69cc6e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Feb 2011 14:38:43 +0000 Subject: moving dir strings into global namespace for doc access (coming up) --- source/blender/editors/space_text/text_intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_text/text_intern.h') diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h index 5f6b2e05ba7..6b0ab523075 100644 --- a/source/blender/editors/space_text/text_intern.h +++ b/source/blender/editors/space_text/text_intern.h @@ -157,5 +157,8 @@ void TEXT_OT_to_3d_object(struct wmOperatorType *ot); void TEXT_OT_resolve_conflict(struct wmOperatorType *ot); +/* space_text.c */ +extern const char *text_context_dir[]; /* doc access */ + #endif /* ED_TEXT_INTERN_H */ -- cgit v1.2.3