diff --git a/ContextMenuManager/Controls/ShellNewList.cs b/ContextMenuManager/Controls/ShellNewList.cs index 8aefdaf..b91c8fd 100644 --- a/ContextMenuManager/Controls/ShellNewList.cs +++ b/ContextMenuManager/Controls/ShellNewList.cs @@ -9,7 +9,7 @@ namespace ContextMenuManager.Controls { sealed class ShellNewList : MyList { - private static readonly string[] ValueNames = { "NullFile", "Data", "FileName", "Directory" }; + private static readonly string[] ValueNames = { "NullFile", "Data", "FileName", "Directory", "Command" }; public void LoadItems() {