From 44d81faa432b3b778da10139b652371cfdc7cbb3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 29 Apr 2012 18:53:43 +0000 Subject: patch [#30821] Wiki Quick Hack: Text editor duplicate line from Justin Dailey (dail) made this Ctrl+D, to replace Delete. --- source/blender/editors/space_text/text_intern.h | 1 + 1 file changed, 1 insertion(+) (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 2d297dd20d7..07d2dffb95b 100644 --- a/source/blender/editors/space_text/text_intern.h +++ b/source/blender/editors/space_text/text_intern.h @@ -118,6 +118,7 @@ void TEXT_OT_refresh_pyconstraints(struct wmOperatorType *ot); void TEXT_OT_paste(struct wmOperatorType *ot); void TEXT_OT_copy(struct wmOperatorType *ot); void TEXT_OT_cut(struct wmOperatorType *ot); +void TEXT_OT_duplicate_line(struct wmOperatorType *ot); void TEXT_OT_convert_whitespace(struct wmOperatorType *ot); void TEXT_OT_uncomment(struct wmOperatorType *ot); -- cgit v1.2.3