diff --git a/File_Format_Library/GUI/Byaml/ByamlEditor.cs b/File_Format_Library/GUI/Byaml/ByamlEditor.cs index 619283a7..13734d8c 100644 --- a/File_Format_Library/GUI/Byaml/ByamlEditor.cs +++ b/File_Format_Library/GUI/Byaml/ByamlEditor.cs @@ -129,7 +129,7 @@ namespace FirstPlugin formatMenu.DropDownItems.Add(xmlToolstrip); formatMenu.DropDownItems.Add(yamlToolstrip); - textEditor.AddContextMenu(formatMenu, TextEditorFromYaml); + textEditor.AddContextMenu(formatMenu); stPanel4.Controls.Add(textEditor); }