From: FRIGN Date: Sun, 31 Jan 2016 10:09:23 +0000 (+0100) Subject: Use 2ff exclusively in config.def.h X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=a95e5929922d79ba8679d0d740876aebfaf81bf9;p=sent.git Use 2ff exclusively in config.def.h --- 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" }, };