]> Creatis software - creaImageIO.git/commitdiff
fix _T(...
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Sep 2009 14:03:06 +0000 (14:03 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Sep 2009 14:03:06 +0000 (14:03 +0000)
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++)
        {