standard file name changed

This commit is contained in:
Rafael 2016-03-29 19:01:56 +02:00
parent 3e23117361
commit abf9721c3a
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ fileDialogPreSave:
}
QString cmpPicTitl = picTitl;
cmpPicTitl.replace(" ", "_");
newPictureFileName = yearStr + monthStr + dayStr + timeStr + "-" + cmpPicTitl + ".jpg";
newPictureFileName = yearStr + monthStr + dayStr + timeStr + "_" + cmpPicTitl + ".jpg";
}
}
fileDialog.selectFile(newPictureFileName);