// 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 <http://www.gnu.org/licenses/>
+// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
#include <stdlib.h>
frmMain *frame = new frmMain( NULL );
frame->Show(true);
- //frmActivityMgr *frameActMgr = new frmActivityMgr ( frame );
- //frame->SetupPointers(frameActMgr);
- //frame->SetupForm();
- //frame->SetIcon(appicon);
SetTopWindow(frame);