X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmPreferences.h;h=4d850e0eda344f0130918fa15c1c70ad7364603e;hb=a73019906500e3a0fc306a61e4b7975f79725866;hp=a56366783ee27e7be8e9835e70c17ba22e2087a4;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/frmPreferences.h b/source/frmPreferences.h index a563667..4d850e0 100644 --- a/source/frmPreferences.h +++ b/source/frmPreferences.h @@ -1,3 +1,21 @@ +// frmPreferences.h - Preferences 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 __frmPreferences__ #define __frmPreferences__ @@ -22,6 +40,7 @@ class frmPreferences : public frmPreferencesADT void ModifyABAccount( wxCommandEvent& event ); void SavePreferences( wxCommandEvent &event ); void AddABAccount( wxCommandEvent &event ); + void CloseWindow( wxCommandEvent &event ); private: void ReloadAccounts(); wxImageList *AccImgList = new wxImageList(16,16,true,wxIMAGE_LIST_SMALL);