编辑器

修改拼写
This commit is contained in:
JianjunLiu
2023-03-06 17:48:40 +08:00
parent 25e7c91b64
commit dc98618d53
4 changed files with 323 additions and 6 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ begin
bkcl := k1.openKeyA("Directory\\Background\\shell\\tslediter\\command");
if bkcl then bkcl.SetValueStringA(nil,SysExecName());
bkcl := k1.openKeyA("Directory\\Background\\shell\\tslediter");
bkcl.SetValueStringA(nil,"TSL Editer");
bkcl.SetValueStringA(nil,"TSL Editor");
if bkcl then bkcl.SetValueStringA("Icon",SysExecName());
echo "register tslediter ok ~~";
end