]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMNewProjectDialog.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMNewProjectDialog.h
index bfec02f79977a49638024eec1eb0a2ed9671d2dc..22dec24e9d4a303b19f78d1c4c9bb667511fc47b 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,18 +46,18 @@ 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),
+      const wxSize& size = wxSize(700,400),
       long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER
   );
   ~wxCDMNewProjectDialog();
   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),
+      const wxSize& size = wxSize(700,400),
       long style = wxDEFAULT_DIALOG_STYLE
   );