X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxListenerPanel.cpp;h=b9212766370a67ad563239f7634ba6493c54f875;hb=9482bdab20cd58378b088085f8fa8731d7b7b416;hp=86c5e9006527c5465c1a23053c5efb8379ba11a0;hpb=7401c2876033b89eaca1d9d1ba6b197742ac4e28;p=creaImageIO.git diff --git a/src2/creaImageIOWxListenerPanel.cpp b/src2/creaImageIOWxListenerPanel.cpp index 86c5e90..b921276 100644 --- a/src2/creaImageIOWxListenerPanel.cpp +++ b/src2/creaImageIOWxListenerPanel.cpp @@ -26,7 +26,7 @@ namespace creaImageIO _T("E:"), _T("F:"), _T("G:") }; - drives=new wxComboBox(this, -1,_T("E:"),wxPoint(100, 10),wxDefaultSize,4,choices); + drives=new wxComboBox(this, -1,crea::std2wx("E:"),wxPoint(100, 10),wxDefaultSize,4,choices); addCheckBox = new wxCheckBox(this, -1, _T("Automatically add images to the database when CD/DVD is mounted?"), wxPoint(5,45) ); addCheckBox->SetValue(true);