X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fmain.cpp;h=b4be0fdf71ae3919758e7beddbaead3a00cd54f0;hp=2faffa9755a8914cdd006311004f9f9c41fa705f;hb=720aa0c2762f8f7f4175435e68e69eefd0a3b0a5;hpb=7d99e8267ae150c1d9699386f6467d24ac90dcfc diff --git a/source/main.cpp b/source/main.cpp index 2faffa9..b4be0fd 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -29,6 +29,7 @@ #include "version.h" #include "bitmaps.h" #include "forms/main/frmMain.h" +#include "defaults.h" class XestiaCALApp: public wxApp { @@ -76,6 +77,12 @@ bool XestiaCALApp::OnInit() } + // Setup the default accounts. + + SetupDirectories(); + SetupDefaultSettings(); + SetupDefaultCalendar(); + frmMain *frame = new frmMain( NULL ); wxMemoryInputStream istream(bigimgs_appicon48_png, sizeof(bigimgs_appicon48_png));