Ticket #10033: mythgallery3gp.diff

File mythgallery3gp.diff, 473 bytes (added by skd5aner <skd5aner@…>, 13 years ago)
  • mythplugins/mythgallery/mythgallery/galleryutil.cpp

    diff --git a/mythplugins/mythgallery/mythgallery/galleryutil.cpp b/mythplugins/mythgallery/mythgallery/galleryutil.cpp
    index b4a3b3e..9163048 100644
    a b QStringList GalleryUtil::GetMovieFilter(void) 
    7878    filt.push_back("*.mpeg");
    7979    filt.push_back("*.mov");
    8080    filt.push_back("*.wmv");
     81    filt.push_back("*.3gp");
    8182    return filt;
    8283}
    8384