X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fdirs.cpp;h=63232c087c572a86685411918c28b86f02242be2;hp=3baf5418c8ebd22dd286788a43b78768a89028c1;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=3d39423f5efef65eacf666dabd7d1c6e9ba13083 diff --git a/source/common/dirs.cpp b/source/common/dirs.cpp index 3baf541..63232c0 100644 --- a/source/common/dirs.cpp +++ b/source/common/dirs.cpp @@ -186,7 +186,7 @@ std::string GetAccountDir(std::string AccName, bool ServerCert) AccountDir.append("\\"); if (ServerCert == true){ - AccountDir.append(wxT("server.crt")); + AccountDir.append("server.crt"); } #elif defined(__APPLE__)