Use 2ff exclusively in config.def.h
authorFRIGN <dev@frign.de>
Sun, 31 Jan 2016 10:09:23 +0000 (11:09 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Fri, 5 Feb 2016 14:39:24 +0000 (15:39 +0100)
config.def.h

index 94ed09edc00b526705922fbe04c50acdedf8d9bd..92d577cb2311a760f047529997a5c635d275aa6a 100644 (file)
@@ -47,6 +47,5 @@ static Shortcut shortcuts[] = {
 };
 
 static Filter filters[] = {
-       { "\\.png$",       "png2ff" },
-       { "\\.(jpg|gif)$", "2ff" },
+       { "\\.(png|jpg|gif)$", "2ff" },
 };