From ef2871af120f1323443f3fa8eccdd4ebb195857f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 23 Apr 2010 12:21:37 +0000 Subject: [PATCH] Fix StaticText --- src/creaImageIOWxGimmickTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/creaImageIOWxGimmickTools.cpp b/src/creaImageIOWxGimmickTools.cpp index 6bbcec2..809c46d 100644 --- a/src/creaImageIOWxGimmickTools.cpp +++ b/src/creaImageIOWxGimmickTools.cpp @@ -29,7 +29,7 @@ namespace creaImageIO Connect( _mhdCheckBox->GetId(), wxEVT_COMMAND_CHECKBOX_CLICKED, (wxObjectEventFunction) &WxGimmickTools::onMHD ); wxFlexGridSizer *textSizer = new wxFlexGridSizer(1,2); - textSizer->Add( new wxStaticText(this, -1, _T("Transform a Bruker image into Dicom / MHD format.")), 1, wxGROW ); + textSizer->Add( new wxStaticText(this, -1, _T("Transform a Bruker 'Serie'/'Study'/'set of Studies' directory into Dicom / MHD format.")), 1, wxGROW ); textSizer->Add( new wxStaticText(this, -1, _T("If checkbox is selected images will be loaded into the DB.")), 1, wxGROW ); wxFlexGridSizer *sizer = new wxFlexGridSizer(2,5); -- 2.45.0