From 854e8af44a88cd47ae03bebd110b8e5b11426557 Mon Sep 17 00:00:00 2001 From: Joshua Gerrard Date: Thu, 3 Dec 2015 13:54:03 +0000 Subject: [PATCH] Documentation: changed insertText to insertTextAtCaret --- modules/juce_gui_basics/widgets/juce_TextEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/widgets/juce_TextEditor.h b/modules/juce_gui_basics/widgets/juce_TextEditor.h index cbf2ee97de..6089db6b0d 100644 --- a/modules/juce_gui_basics/widgets/juce_TextEditor.h +++ b/modules/juce_gui_basics/widgets/juce_TextEditor.h @@ -328,7 +328,7 @@ public: @param newText the text to add @param sendTextChangeMessage if true, this will cause a change message to be sent to all the listeners. - @see insertText + @see insertTextAtCaret */ void setText (const String& newText, bool sendTextChangeMessage = true);