X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fdirs.cpp;h=63232c087c572a86685411918c28b86f02242be2;hp=3baf5418c8ebd22dd286788a43b78768a89028c1;hb=a578ed436123242f807cb59eae02fcf6c22e2458;hpb=2c8998278759b5bf6fc3bcf75afd289c214b6c84 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__)