xj qian
2024-09-02 2f2eb9a7c4e99e663c82d156bf5af7ecdbc8fa39
jrj/project/business/SystemSettings/BugMaint.Developer.hxsoft.cpp
@@ -176,7 +176,7 @@
         for(i=0; i<s; i++)
         {
            xstring tmp = m_cb.GetLBText( i);
            xstring tmp2 = m_cb.GetItemData(i);
            xstring tmp2 = (string)m_cb.GetItemData(i);
            KXMLDOMElement e = x.createElement(L"item");
            e.setAttribute(L"name", L""+tmp);
            e.setAttribute(L"file", L""+tmp2);