LiFan
2024-11-01 32988d458a7a6e2751e2bb3f736926dee6ed74f6
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);
      }