X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.h;h=ae6fa5b97db82bd309b2554afd80b0863e748606;hb=22339c898f8c04af609419f036828323b26f480f;hp=b0d443ca5da42625c7d95e32f920c6328e81442f;hpb=5b1cce07faa46fa19248ee845ff509d669b967cd;p=xestiacalendar%2F.git diff --git a/source/common/dirs.h b/source/common/dirs.h index b0d443c..ae6fa5b 100644 --- a/source/common/dirs.h +++ b/source/common/dirs.h @@ -1,20 +1,20 @@ // dirs.h - Directory subroutines header. // -// (c) 2012-2015 Xestia Software Development. +// (c) 2012-2017 Xestia Software Development. // -// This file is part of Xestia Address Book. +// This file is part of Xestia Calendar. Based from Xestia Address Book. // -// Xestia Address Book is free software: you can redistribute it and/or modify +// Xestia Calendar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, version 3 of the license. // -// Xestia Address Book is distributed in the hope that it will be useful, +// Xestia Calendar is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License along -// with Xestia Address Book. If not, see +// with Xestia Calendar. If not, see #ifndef DIRS_H #define 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();