]> Creatis software - crea.git/commitdiff
Feature #1711 CreaDevManager application implementation
authorDaniel Gonzalez <daniel@daniel.laptop>
Tue, 23 Apr 2013 09:19:29 +0000 (11:19 +0200)
committerDaniel Gonzalez <daniel@daniel.laptop>
Tue, 23 Apr 2013 09:19:29 +0000 (11:19 +0200)
Feature: Application Logo included for main window

lib/creaDevManagerLib/wxCDMMainFrame.cpp

index 5aa7997b0b6314a14098558a9c3c5d5644c3efa8..91ffe0fbd9f5c5982f5acea39a67fcc43aa3b67d 100755 (executable)
@@ -40,6 +40,7 @@
 #include "wx/statline.h"
 #include "wx/config.h"
 #include "CDMUtilities.h"
+#include "images/CIcon20.xpm"
 
 #include "creaDevManagerIds.h"
 #include "wxCDMMainDescriptionPanel.h"
@@ -139,6 +140,7 @@ bool wxCDMMainFrame::Create(
 
   CreateMenus();
   CreateControls();
+  SetIcon(wxIcon(CIcon20));
   return TRUE;
 }