LiFan
2025-04-18 67c0065492e33c9936f12f46f9e2ebcdfb4f98ab
jrj/project/workflow/workflow.chkdlg.cpp
@@ -24,7 +24,9 @@
         if (comdid == L"xmOK")
         {
            xcontrol xc = GetControl(L"content");
            arg.AddArg(L"content", xc.GetText());
            xstring str = xc.GetText();
            if (str == L"")str = L".";
            arg.AddArg(L"content", str);
         }
         arg.AddArg(L"comdid", comdid);
      }