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);