From 548b1df02fb669fd59f41cb9e260deac02b5b914 Mon Sep 17 00:00:00 2001 From: Rafael Date: Tue, 29 Mar 2016 18:59:23 +0200 Subject: [PATCH] standard file name changed --- PictureDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PictureDialog.cpp b/PictureDialog.cpp index 91faddf..83ddc19 100755 --- a/PictureDialog.cpp +++ b/PictureDialog.cpp @@ -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);