+ {
+ // FIXME it was
+ // return (wxMB2WXbuf)(wxConvCurrent->cMB2WX(pszTrans));
+ // before, but we don't want to use wxConvCurrent explicitly to
+ // avoid linking unnecessary code in ANSI programs without MB
+ // support
+ return (wxMB2WXbuf)(pszTrans);
+ }
+
+ #undef szOrgString