LiFan
2024-10-08 3a472773d0527bce4f68b2b91d826f769289ea7a
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);
      }