]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxDescriptorPanel.cpp
fix _T(...
[creaImageIO.git] / src2 / creaImageIOWxDescriptorPanel.cpp
index d5bb0f601a01129e782e588b80d60fc4007838a0..4b826e91549eff59f91ffa8d12123a823990bc4c 100644 (file)
@@ -50,7 +50,7 @@ namespace creaImageIO
 
        
        wxString choices[3];
-       choices[0] = "Unknow Attribute";
+       choices[0] = _T("Unknow Attribute");
        std::map<std::string, std::string>::iterator it_att =ownatt.begin();
        for(int i = 1; it_att != ownatt.end(); it_att++, i++)
        {