]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
Changements minimals
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index 8d63e0db11f9b519e53d3321b980e68c0eab0ff0..ed6f61ff1d8ffdae0e026a46c95ed0c53b3985cb 100644 (file)
@@ -47,21 +47,21 @@ namespace bbtk
                _frameAUIMgr = new wxAuiManager(this);
                
 
-               //std::string datadir( crea::System::GetExecutablePath() );
+               /*std::string datadir( crea::System::GetExecutablePath() );
                std::string datadir (".");
                cout<<"RaC //------------------"<<endl;
                cout<<"RaC //TODO wxGUIEditorGraphicBBS constructor.Initialize datadir with  crea::System::GetExecutablePath() ."<<endl;
                cout<<"RaC //------------------"<<endl;
 
-           #ifdef LINUX /* assume this is OSX */
+           #ifdef LINUX // assume this is OSX 
                   datadir=datadir+"/../share/creaContours";
            #endif // MACOSX    
        
-               #ifdef MACOSX /* assume this is OSX */
+               #ifdef MACOSX // assume this is OSX 
                        datadir=datadir+"/../../../../share/creaContours";
                #endif // MACOSX        
 
-               _dataDir = datadir;
+               _dataDir = datadir;*/
 
                initMenu();
                initToolbar();