diff --git a/Scripts/Editor/NodeEditorWindow.cs b/Scripts/Editor/NodeEditorWindow.cs
index 45df18a..5d993c3 100644
--- a/Scripts/Editor/NodeEditorWindow.cs
+++ b/Scripts/Editor/NodeEditorWindow.cs
@@ -27,10 +27,9 @@ namespace XNodeEditor {
partial void OnEnable();
/// Create editor window
- //[MenuItem("Window/UNEC")]
public static NodeEditorWindow Init() {
NodeEditorWindow w = CreateInstance();
- w.titleContent = new GUIContent("UNEC");
+ w.titleContent = new GUIContent("xNode");
w.wantsMouseMove = true;
w.Show();
return w;