From: jean-pierre roux Date: Tue, 22 Sep 2009 14:03:06 +0000 (+0000) Subject: fix _T(... X-Git-Tag: EED.02Oct2009~26 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6b60375e24eb65bde68033daa2618d1f95b5d3ed;p=creaImageIO.git fix _T(... --- 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++) {