[hackers] [sent] Use 2ff exclusively in config.def.h || FRIGN
commit a95e5929922d79ba8679d0d740876aebfaf81bf9
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Sun Jan 31 11:09:23 2016 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Fri Feb 5 15:39:24 2016 +0100
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
_AT_@ -47,6 +47,5 @@ static Shortcut shortcuts[] = {
};
static Filter filters[] = {
- { "\\.png$", "png2ff" },
- { "\\.(jpg|gif)$", "2ff" },
+ { "\\.(png|jpg|gif)$", "2ff" },
};
Received on Fri Feb 05 2016 - 15:38:53 CET
This archive was generated by hypermail 2.3.0
: Fri Feb 05 2016 - 15:48:17 CET