]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMMainDescriptionPanel.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMMainDescriptionPanel.cpp
index e02c915ed051cf341d7828128cd2f876eb861008..63b45c562f50bb0337e151c145c0c85c7863d585 100644 (file)
@@ -36,7 +36,7 @@
 #include "wxCDMMainDescriptionPanel.h"
 
 #include "creaDevManagerIds.h"
-#include "images/Cicon.xpm"
+#include "images/CIcon64.xpm"
 
 BEGIN_EVENT_TABLE(wxCDMMainDescriptionPanel, wxPanel)
 EVT_MENU(ID_MENU_NEW_PROJECT, wxCDMMainDescriptionPanel::OnBtnNewProject)
@@ -81,7 +81,7 @@ void wxCDMMainDescriptionPanel::CreateControls()
   sizer->Add(new wxStaticText(this, -1, _("Welcome")),0, wxALIGN_CENTER, 0);
 
   //Image
-  sizer->Add(new wxStaticBitmap(this, -1, wxBitmap(Cicon)),0, wxALIGN_CENTER, 0);
+  sizer->Add(new wxStaticBitmap(this, -1, wxBitmap(CIcon64)),0, wxALIGN_CENTER, 0);
 
   //Crea Development Manager
   sizer->Add(new wxStaticText(this, -1, _("Crea Development Manager")),0, wxALIGN_CENTER, 0);