X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmNewAccount.h;h=e48836422bcd4fd35b3ae010161488163692d031;hb=26c542881613813bd6a671a56e78f129944f68e6;hp=480ef8fda553fff46463972308a8e344643314dc;hpb=4df7ad411323551899262cad3a5ef0e86f27e2a1;p=xestiaab%2F.git diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index 480ef8f..e488364 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -1,3 +1,21 @@ +// frmNewAccount.h - New Account form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book 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, +// 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 + #ifndef __frmNewAccount__ #define __frmNewAccount__ @@ -30,7 +48,7 @@ public: private: int PageSeek = 0; wxString ServerPrefix; - bool ReloadAccountConfig = FALSE; + bool *ReloadAccountConfig = NULL; }; #endif // __frmNewAccount__