X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fdirs.h;h=ae6fa5b97db82bd309b2554afd80b0863e748606;hp=0f4b37c4471b89e893ab59c2f465b72490a53322;hb=22339c898f8c04af609419f036828323b26f480f;hpb=d4b44cdc2002d9214a0ae2528be8b1cab14c5120 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();