use pngs instead of gifs when pngs are smaller

This commit is contained in:
Jonathan Ernst
2005-01-15 17:27:47 +00:00
committed by WineHQ
parent e333c4ee35
commit 93d3d6b748
6 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ function get_screenshot_img($appId, $versionId="")
if(!$result || !mysql_num_rows($result))
{
$imgFile = "<img src='".BASE."images/no_screenshot.gif' alt='No Screenshot' />";
$imgFile = "<img src='".BASE."images/no_screenshot.png' alt='No Screenshot' />";
}
else
{