]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxListenerPanel.cpp
Added the PACS Connection Panel, a basic socket connection class and on .Gimmick...
[creaImageIO.git] / src2 / creaImageIOWxListenerPanel.cpp
index 86c5e9006527c5465c1a23053c5efb8379ba11a0..b9212766370a67ad563239f7634ba6493c54f875 100644 (file)
@@ -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);