]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/OpenImageDialog.cxx
creaButtonContainer: exceptions added, doxygen documentation added :)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / OpenImageDialog.cxx
index 9012c4eb044d1dca3642051d9e1a5656bde82f5b..4a1038a684d43d68e2e8339f558e346dcda21f50 100644 (file)
@@ -43,7 +43,7 @@ namespace creaMaracasVisuKernel{
                        GETIMAGEDATADIALOG getImageDataDialog;
                        char * erreur;
                        int closingerror;
-                       gimmickhandle = dlopen ("libcreaImageIO2.so", RTLD_LAZY);                       
+                       gimmickhandle = dlopen ("libcreaImageIO.so", RTLD_LAZY);                        
                        if (! gimmickhandle) {
                                erreur = dlerror ();
                                std::cout<<erreur<<"imagehandle "<<gimmickhandle<<std::endl;