]> Creatis software - creaMaracasVisu.git/commitdiff
change open dialog creaImageIO
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 23 Jul 2010 10:36:46 +0000 (10:36 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 23 Jul 2010 10:36:46 +0000 (10:36 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/OpenImageDialog.cxx

index bffcd1f22735165b01d2c516fd037c35ac72bb62..9012c4eb044d1dca3642051d9e1a5656bde82f5b 100644 (file)
@@ -20,7 +20,7 @@ namespace creaMaracasVisuKernel{
                if(usegimmick){
                #ifdef WIN32
                        HINSTANCE gimmickhandle;
-                       gimmickhandle = LoadLibrary(TEXT("creaImageIO2.dll"));
+                       gimmickhandle = LoadLibrary(TEXT("creaImageIO.dll"));
                        std::cout<<"imagehandle "<<gimmickhandle<<std::endl;
                        if(gimmickhandle!=NULL){