summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2016-01-31 11:09:23 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-02-05 15:39:24 +0100
commita95e5929922d79ba8679d0d740876aebfaf81bf9 (patch)
treeb16f7f5dd827fd302d39079d38567c7318230a37
parent68ac6486b106751f79e2ff2f4d53e56843521ce5 (diff)
Use 2ff exclusively in config.def.h
-rw-r--r--config.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 94ed09e..92d577c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -47,6 +47,5 @@ static Shortcut shortcuts[] = {
};
static Filter filters[] = {
- { "\\.png$", "png2ff" },
- { "\\.(jpg|gif)$", "2ff" },
+ { "\\.(png|jpg|gif)$", "2ff" },
};