projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ac648
)
Use 2ff exclusively in config.def.h
author
FRIGN
<dev@frign.de>
Sun, 31 Jan 2016 10:09:23 +0000
(11:09 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Fri, 5 Feb 2016 14:39:24 +0000
(15:39 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 94ed09edc00b526705922fbe04c50acdedf8d9bd..92d577cb2311a760f047529997a5c635d275aa6a 100644
(file)
--- 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" },
};