Made scons recipe properly resize 205x205 images to 80x80.

This commit is contained in:
Sergey Popov 2008-05-08 20:35:35 +00:00
parent 48274249df
commit 8262b0a694

View file

@ -397,7 +397,7 @@ def InstallFilteredHook(target, source, env):
if status == 0:
for (large, small) in (("1024x768","320x240"),
("640x480","240x180"),
("205x205","240x180")):
("205x205","80x80")):
if large in output:
command = command % (small, source, target)
break