diff --git a/modules/text_editor/text_editor_plugin.cpp b/modules/text_editor/text_editor_plugin.cpp index d1a2319d6..43125d3f3 100644 --- a/modules/text_editor/text_editor_plugin.cpp +++ b/modules/text_editor/text_editor_plugin.cpp @@ -46,7 +46,7 @@ TextEditorEditorPlugin::TextEditorEditorPlugin(EditorNode *p_node) { get_editor_interface()->get_editor_viewport()->add_child(window); make_visible(false); - _icon = get_editor_interface()->get_base_control()->get_icon("CanvasModulate", "EditorIcons"); + _icon = get_editor_interface()->get_base_control()->get_icon("File", "EditorIcons"); } TextEditorEditorPlugin::~TextEditorEditorPlugin() {