]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMProjectActionsPanel.cpp
old mode 100644 (file)
new mode 100755 (executable)
similarity index 65%
rename from lib/creaDevManagerLib/wxCreaDevManagerProjectActionsPanel.cpp
rename to lib/creaDevManagerLib/wxCDMProjectActionsPanel.cpp
index 2c34fc6..67e4497
@@ -1,15 +1,15 @@
 /*
- * wxCreaDevManagerProjectActionsWindow.cpp
+ * wxCDMProjectActionsPanel.cpp
  *
  *  Created on: 25/10/2012
  *      Author: daniel
  */
 
-#include "wxCreaDevManagerProjectActionsPanel.h"
+#include "wxCDMProjectActionsPanel.h"
 
 
 
-wxCreaDevManagerProjectActionsPanel::wxCreaDevManagerProjectActionsPanel(
+wxCDMProjectActionsPanel::wxCDMProjectActionsPanel(
     wxWindow* parent,
     wxWindowID id,
     const wxString& caption,
@@ -18,14 +18,14 @@ wxCreaDevManagerProjectActionsPanel::wxCreaDevManagerProjectActionsPanel(
     long style
 )
 {
-  wxCreaDevManagerProjectActionsPanel::Create(parent,id,caption,pos,size,style);
+  wxCDMProjectActionsPanel::Create(parent,id,caption,pos,size,style);
 }
 
-wxCreaDevManagerProjectActionsPanel::~wxCreaDevManagerProjectActionsPanel()
+wxCDMProjectActionsPanel::~wxCDMProjectActionsPanel()
 {
 }
 
-bool wxCreaDevManagerProjectActionsPanel::Create(
+bool wxCDMProjectActionsPanel::Create(
     wxWindow* parent,
     wxWindowID id,
     const wxString& caption,
@@ -43,7 +43,7 @@ bool wxCreaDevManagerProjectActionsPanel::Create(
   return TRUE;
 }
 
-void wxCreaDevManagerProjectActionsPanel::CreateControls()
+void wxCDMProjectActionsPanel::CreateControls()
 {
   this->GetSizer()->Add(new wxButton(this, -1, _T("Action 1")), 0, wxALL, 5);
   this->GetSizer()->Add(new wxButton(this, -1, _T("Action 2")), 0, wxALL, 5);