X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmPreferences.cpp;h=e8e37540acef2289ae9fe9c3823406749676c381;hp=f2a156a6398abcb3804fa89caaa412b6b2f5e2f5;hb=76214fdd5e820c60a468a62fa586749102310f21;hpb=d1663f3d3931bb05c791ef2c86926a22932c6014 diff --git a/source/frmPreferences.cpp b/source/frmPreferences.cpp index f2a156a..e8e3754 100644 --- a/source/frmPreferences.cpp +++ b/source/frmPreferences.cpp @@ -22,7 +22,7 @@ #include "frmMain.h" #include "common/preferences.h" #include "common/dirs.h" -#include "bitmaps.h" +#include "Bitmaps.h" #include "import/import.h" #include "export/export.h" @@ -342,7 +342,6 @@ void frmPreferences::LoadPreferences( wxInitDialogEvent& event ) if (UseBackgroundContactColour == true){ chkUseBackgroundColour->SetValue(true); - std::cout << preferences->GetBackgroundContactColourData().GetAsString().ToStdString() << std::endl; clpContactBackgroundColour->SetColour(preferences->GetBackgroundContactColourData()); } else { @@ -524,4 +523,4 @@ void frmPreferences::CloseWindow(wxCommandEvent &event){ this->Close(); -} \ No newline at end of file +}