X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fmain.cpp;h=a1d89451eadf5556c66426e4f014690ff22d80af;hp=3de7a64f20ca691b29a4e1d8a8301e342e7df690;hb=76214fdd5e820c60a468a62fa586749102310f21;hpb=4cb2dd4fe16b0ba1d636c5cb91f14d950f68e849 diff --git a/source/main.cpp b/source/main.cpp index 3de7a64..a1d8945 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -30,7 +30,7 @@ #include "frmMain.h" #include "frmContact.h" #include "vcard/vcard.h" -#include "bitmaps.h" +#include "Bitmaps.h" #include "version.h" #include "convert.h" #include "actmgr/frmActivityMgr.h" @@ -63,7 +63,7 @@ bool XestiaABApp::OnInit() // Setup the locale. wxLocale locale; - locale.Init(wxLANGUAGE_DEFAULT, wxLOCALE_LOAD_DEFAULT); + locale.Init(wxLANGUAGE_DEFAULT, wxLOCALE_LOAD_DEFAULT); static const wxCmdLineEntryDesc g_cmdLineDesc [] = { @@ -367,4 +367,4 @@ bool XestiaABApp::OnInit() return true; -} \ No newline at end of file +}