]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMNewProjectDialog.h
new model classes
[crea.git] / lib / creaDevManagerLib / wxCDMNewProjectDialog.h
index bfec02f79977a49638024eec1eb0a2ed9671d2dc..ce99eab10831ad25258679ae824a645f60f2ef65 100644 (file)
@@ -2,7 +2,7 @@
 # ---------------------------------------------------------------------
 #
 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
-#                        pour la Santé)
+#                        pour la Sant)
 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
@@ -30,7 +30,7 @@
  * wxCDMNewProjectDialog.h
  *
  *  Created on: 13/11/2012
- *      Author: daniel
+ *      Author: Daniel Felipe Gonzalez Obando
  */
 
 #ifndef WXCDMNEWPROJECTDIALOG_H_
@@ -46,7 +46,7 @@ public:
   wxCDMNewProjectDialog(
       wxWindow* parent,
       wxWindowID id = wxID_ANY,
-      const wxString& caption = wxString("New Project"),
+      const wxString& caption = wxT("New Project"),
       const wxPoint& position = wxDefaultPosition,
       const wxSize& size = wxSize(400,300),
       long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER
@@ -55,7 +55,7 @@ public:
   bool Create(
       wxWindow* parent,
       wxWindowID id = wxID_ANY,
-      const wxString& caption = wxString("New Project"),
+      const wxString& caption = wxT("New Project"),
       const wxPoint& position = wxDefaultPosition,
       const wxSize& size = wxSize(400,300),
       long style = wxDEFAULT_DIALOG_STYLE