mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
change outdir for all receivers in gui
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@209 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
68f360e395
commit
77aec59da9
@ -715,7 +715,7 @@ int qTabDataOutput::VerifyOutputDirectory(){
|
|||||||
cout << "The output path doesnt exist anymore" << endl;
|
cout << "The output path doesnt exist anymore" << endl;
|
||||||
#endif
|
#endif
|
||||||
//replace all \n with <br>
|
//replace all \n with <br>
|
||||||
pos = 0;
|
size_t pos = 0;
|
||||||
while((pos = mess.find("\n", pos)) != string::npos){
|
while((pos = mess.find("\n", pos)) != string::npos){
|
||||||
mess.replace(pos, 1, "<br>");
|
mess.replace(pos, 1, "<br>");
|
||||||
pos += 1;
|
pos += 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user