Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2010-08-03 23:03:51 +0400
committerAndrea Weikert <elubie@gmx.net>2010-08-03 23:03:51 +0400
commit81b8bdc353e8ae129b40a55d619ad59c4ee118e6 (patch)
treed9c8281adc538dc118af5a7386359cc14999b096 /source/blender/imbuf/intern/util.c
parent63802982de23f1d3a23af35c2c6f8031c8f341db (diff)
fix for typo in commit #31007: filtering in file browser for png and tga files wouldn't work anymore.
Diffstat (limited to 'source/blender/imbuf/intern/util.c')
-rw-r--r--source/blender/imbuf/intern/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index 13ffa504fec..3a642e1256c 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -69,7 +69,7 @@
#define UTIL_DEBUG 0
const char *imb_ext_image[] = {
- ".png"
+ ".png",
".tga",
".bmp",
".jpg", ".jpeg",