X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.h;h=ae6fa5b97db82bd309b2554afd80b0863e748606;hb=e1f41a323159828fef7a3319768d1bc34fc127d3;hp=0f4b37c4471b89e893ab59c2f465b72490a53322;hpb=cba151c4b833a26c63984769f921bab5e755decd;p=xestiacalendar%2F.git diff --git a/source/common/dirs.h b/source/common/dirs.h index 0f4b37c..ae6fa5b 100644 --- a/source/common/dirs.h +++ b/source/common/dirs.h @@ -23,8 +23,8 @@ wxString GetUserDir(); wxString GetUserPrefDir(); -wxString GetAccountDir(wxString AccName, bool ServerCert); -std::string GetAccountDir(std::string AccName, bool ServerCert); +wxString GetAccountDir(wxString accName, bool serverCert); +std::string GetAccountDir(std::string accName, bool serverCert); wxString GetAccountsFile(); wxString GetSettingsFile();