From 3ded9047a32f52de462063433c0995f17f4ee0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E7=82=B9lilac?= <1617859183@qq.com> Date: Sun, 18 Oct 2020 23:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=AD=90=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=BD=9C=E7=94=A8=E9=94=AE=E5=80=BC=E6=89=A9=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ContextMenuManager/Controls/ShellNewList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {