• twanvl's avatar
    fix the build on linux. Apparently · a6685d30
    twanvl authored
      condition ? wxString(something) : wxEmptyString
    doesn't work, because wxEmptyString is a wxChar*, and g++ doesn't see the conversion.
    a6685d30
main.cpp 14 KB