[easytag] Map "illustration" in picture name to correct type



commit 2694cea716c4b56282a4a31da145403b237c692f
Author: Marius Gavrilescu <marius ieval ro>
Date:   Tue Jun 25 11:20:10 2013 +0300

    Map "illustration" in picture name to correct type

 src/picture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/picture.c b/src/picture.c
index 5d75675..3dc2adb 100644
--- a/src/picture.c
+++ b/src/picture.c
@@ -190,6 +190,7 @@ et_picture_type_from_filename (const gchar *filename_utf8)
         { "front", ET_PICTURE_TYPE_FRONT_COVER },
         { "back", ET_PICTURE_TYPE_BACK_COVER },
         { "CD", ET_PICTURE_TYPE_MEDIA },
+        { "illustration", ET_PICTURE_TYPE_ILLUSTRATION },
         { "inside", ET_PICTURE_TYPE_LEAFLET_PAGE },
         { "inlay", ET_PICTURE_TYPE_LEAFLET_PAGE }
     };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]