Marino Faggiana преди 7 години
родител
ревизия
ffd7c4c791
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      iOSClient/Utility/CCUtility.m

+ 2 - 2
iOSClient/Utility/CCUtility.m

@@ -686,9 +686,9 @@
             fileName = [fileName stringByReplacingOccurrencesOfString:@"ampm" withString:ampm];
 
             if (addFileNameType)
-                fileName = [NSString stringWithFormat:@"%@ %@-%@.%@", fileNameType, fileName, numberFileName, fileNameExt];
+                fileName = [NSString stringWithFormat:@"%@ %@%@.%@", fileNameType, fileName, numberFileName, fileNameExt];
             else
-                fileName = [NSString stringWithFormat:@"%@-%@.%@", fileName, numberFileName, fileNameExt];
+                fileName = [NSString stringWithFormat:@"%@%@.%@", fileName, numberFileName, fileNameExt];
             
         } else {