Code: Select all
<< wxT('L') << (!categ.IsEmpty() ? categ : _("Split")) << (!subcateg.IsEmpty() ? wxT(":") : wxT("")) << subcateg << endl
Code: Select all
util.cpp:622: error: operands to ?: have different types 'wxString' and 'const wxChar*'
Moderator: Renato
Code: Select all
<< wxT('L') << (!categ.IsEmpty() ? categ : _("Split")) << (!subcateg.IsEmpty() ? wxT(":") : wxT("")) << subcateg << endl
Code: Select all
util.cpp:622: error: operands to ?: have different types 'wxString' and 'const wxChar*'
Code: Select all
<< wxT('L') << (!categ.IsEmpty() ? categ : wxT("Split")) << (!subcateg.IsEmpty() ? wxT(":") : wxT("")) << subcateg << endl
Unfortunately no. But I think it's no big deal to give her attention.elliswr wrote: The question now is, will the translation still work?