From a754e419fe70fcfafdf997c008205e00790b58eb Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 3 Sep 2012 09:35:01 +0000 Subject: [PATCH] loading and saving trimbits and calibration file works now git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@47 af1100a4-978c-4157-bff7-07162d2ba061 --- slsDetectorGui/src/qDetectorMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDetectorMain.cpp b/slsDetectorGui/src/qDetectorMain.cpp index d9d0f5de0..223fd8211 100644 --- a/slsDetectorGui/src/qDetectorMain.cpp +++ b/slsDetectorGui/src/qDetectorMain.cpp @@ -429,7 +429,7 @@ void qDetectorMain::ExecuteUtilities(QAction *action){ #ifdef VERBOSE cout << "Saving Calibration Data" << endl; #endif - QString fName = QString(myDet->getCalDir()); + QString fName = QString(myDet->getCalDir())+QString("/newTrims"); fName = QFileDialog::getSaveFileName(this, tr("Save Current Detector Calibration Data"),fName, tr("Calibration files (*.cal *.sn*) "));