mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix Typo in media pattern for SVG
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
{ \
|
||||
"*.mix", "*.mp4", "*.mpg", "*.mpeg", "*.m2v", "*.m4v", "*.avi", "*.mov", "*.mkv", \
|
||||
"*.webm", "*.mod", "*.wmv", "*.mxf", "*.ogg", "*.flv", "*.hevc", "*.asf", "*.jpg", \
|
||||
"*.png", "*.gif", "*.tif", "*.tiff", "*.webp", "*.bmp", "*.ppm", "*.svg," \
|
||||
"*.png", "*.gif", "*.tif", "*.tiff", "*.webp", "*.bmp", "*.ppm", "*.svg" \
|
||||
}
|
||||
#define IMAGES_FILES_TYPE "Image (JPG, PNG, BMP, PPM, GIF)"
|
||||
#define IMAGES_FILES_PATTERN \
|
||||
|
||||
Reference in New Issue
Block a user