X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FwxCDMFolderDescriptionPanel.cpp;fp=lib%2FcreaDevManagerLib%2FwxCDMFolderDescriptionPanel.cpp;h=00e10ed938e5f005b2d843c9c07b57e157be5e05;hb=f57f98a24c774785361ae5053f1510106da19052;hp=5532cb6c9084df0fcc5b514f4864bc838beff964;hpb=73787c5a26e6b218b9e6c716dafc7d16330441e7;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp b/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp index 5532cb6..00e10ed 100644 --- a/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp @@ -35,7 +35,7 @@ #include "wxCDMFolderDescriptionPanel.h" #include "creaDevManagerIds.h" -#include "images/FdIcon.xpm" +#include "images/FdIcon64.xpm" BEGIN_EVENT_TABLE(wxCDMFolderDescriptionPanel, wxPanel) EVT_MENU(ID_BUTTON_OPEN_FOLDER, wxCDMFolderDescriptionPanel::OnBtnOpenInExplorer) @@ -83,7 +83,7 @@ void wxCDMFolderDescriptionPanel::CreateControls() sizer->Add(new wxStaticText(this, -1, _("Folder")),0, wxALIGN_CENTER, 0); //Image - sizer->Add(new wxStaticBitmap(this, -1, wxBitmap(FdIcon)),0, wxALIGN_CENTER, 0); + sizer->Add(new wxStaticBitmap(this, -1, wxBitmap(FdIcon64)),0, wxALIGN_CENTER, 0); //Welcome sizer->Add(new wxStaticText(this, -1, crea::std2wx(this->folder->GetName())),0, wxALIGN_CENTER, 0);