X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FwxCDMNewProjectDialog.h;h=22dec24e9d4a303b19f78d1c4c9bb667511fc47b;hb=311bdcc514f85386f3bbbef9ff6a88bf69fd930f;hp=bfec02f79977a49638024eec1eb0a2ed9671d2dc;hpb=ca800a1a9a78f119d37d9642ea29acb7c9b9a323;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMNewProjectDialog.h b/lib/creaDevManagerLib/wxCDMNewProjectDialog.h index bfec02f..22dec24 100644 --- a/lib/creaDevManagerLib/wxCDMNewProjectDialog.h +++ b/lib/creaDevManagerLib/wxCDMNewProjectDialog.h @@ -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 );