From: Steve Brokenshire Date: Wed, 16 Nov 2016 22:18:46 +0000 (+0000) Subject: Updated main.cpp copyright header and removed commented out text X-Git-Tag: release-0.02~89 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=655b71de763a27fb79950d472c111ed8b8847c24 Updated main.cpp copyright header and removed commented out text --- diff --git a/source/main.cpp b/source/main.cpp index 6b6b35c..849a52c 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -14,7 +14,7 @@ // 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 #include @@ -67,10 +67,6 @@ bool XestiaCALApp::OnInit() frmMain *frame = new frmMain( NULL ); frame->Show(true); - //frmActivityMgr *frameActMgr = new frmActivityMgr ( frame ); - //frame->SetupPointers(frameActMgr); - //frame->SetupForm(); - //frame->SetIcon(appicon); SetTopWindow(frame);