X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2FHistogramDialogComboBox.cxx;h=649ade65563bd4614e045f91e24a171ba7b17983;hb=ae196719490130990cdde501c982c3370b46b21c;hp=edd43e33126f898837e80ef1ae28a00c5e4a26c5;hpb=5ee06060d12cfbb4096989a2c320fed39b898bde;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramDialogComboBox.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramDialogComboBox.cxx index edd43e3..649ade6 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramDialogComboBox.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramDialogComboBox.cxx @@ -25,7 +25,13 @@ HistogramDialogComboBox::HistogramDialogComboBox(wxWindow* parent) printf("EED HistogramDialogComboBox\n"); #ifdef LINUX std::string currentpath = crea::System::GetExecutablePath(); - currentpath.append("../share/creaMaracasVisu/data/"); + + + currentpath.append("../share/creaMaracasVisu/data/"); +printf("EED JCP OOOOJJJOOO cambiar esto HistogramDialogComboBox::HistogramDialog writting in this directory\n"); + currentpath = "/home/davila/dataHistogram"; + + crea::System::createDirectory(currentpath.c_str()); #endif } @@ -243,6 +249,10 @@ wxBitmapComboBox* HistogramDialogComboBox::getBitmapComboElements() #ifdef LINUX currentpath = crea::System::GetExecutablePath(); currentpath.append("../share/CreaMaracasVisu/data/"); + +printf("EED JCP OOOOJJJOOO cambiar esto HistogramDialogComboBox::HistogramDialog writting in this file ******************\n"); + currentpath = "/home/davila/dataHistogram"; + #endif currentpath.append(FILENAME);