From 6b60375e24eb65bde68033daa2618d1f95b5d3ed Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 22 Sep 2009 14:03:06 +0000 Subject: [PATCH] fix _T(... --- src2/creaImageIOWxDescriptorPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.45.1