-
twanvl authored
condition ? wxString(something) : wxEmptyString doesn't work, because wxEmptyString is a wxChar*, and g++ doesn't see the conversion.
a6685d30
condition ? wxString(something) : wxEmptyString doesn't work, because wxEmptyString is a wxChar*, and g++ doesn't see the conversion.