]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMLibDescriptionPanel.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMLibDescriptionPanel.cpp
index c9dd6bc54669f5c2582d3fe553569bdd8501155f..cdefeed299e315e21309543469b58e80f95ef8f2 100644 (file)
@@ -35,7 +35,7 @@
 #include "wxCDMLibDescriptionPanel.h"
 
 #include "creaDevManagerIds.h"
-#include "images/PrIcon.xpm"
+#include "images/LbIcon.xpm"
 
 BEGIN_EVENT_TABLE(wxCDMLibDescriptionPanel, wxPanel)
 EVT_MENU(ID_BUTTON_CREATE_LIBRARY, wxCDMLibDescriptionPanel::OnBtnCreateLibrary)
@@ -83,7 +83,7 @@ void wxCDMLibDescriptionPanel::CreateControls()
   sizer->Add(new wxStaticText(this, -1, _("Libraries")),0, wxALIGN_CENTER, 0);
 
   //Image
-  sizer->Add(new wxStaticBitmap(this, -1, wxBitmap(PrIcon)),0, wxALIGN_CENTER, 0);
+  sizer->Add(new wxStaticBitmap(this, -1, wxBitmap(LbIcon)),0, wxALIGN_CENTER, 0);
 
   //Actions
   wxStaticBox* actionsBox = new wxStaticBox(this, -1, _T("&Actions"));