X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src2%2FcreaImageIOWxDescriptorPanel.cpp;h=4b826e91549eff59f91ffa8d12123a823990bc4c;hb=6b60375e24eb65bde68033daa2618d1f95b5d3ed;hp=d5bb0f601a01129e782e588b80d60fc4007838a0;hpb=d0eb877b1d067c10bb8b1892318406caee627646;p=creaImageIO.git diff --git a/src2/creaImageIOWxDescriptorPanel.cpp b/src2/creaImageIOWxDescriptorPanel.cpp index d5bb0f6..4b826e9 100644 --- a/src2/creaImageIOWxDescriptorPanel.cpp +++ b/src2/creaImageIOWxDescriptorPanel.cpp @@ -50,7 +50,7 @@ namespace creaImageIO wxString choices[3]; - choices[0] = "Unknow Attribute"; + choices[0] = _T("Unknow Attribute"); std::map::iterator it_att =ownatt.begin(); for(int i = 1; it_att != ownatt.end(); it_att++, i++) {