Fix 239393 - Set as wallpaper preview is broken (regression caused from Ben's winhooks landing).

This commit is contained in:
blakeross%telocity.com 2004-04-02 18:48:04 +00:00
Родитель 1ba588df8f
Коммит 26ec7e821b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -141,9 +141,9 @@
function onPositionChange(val) {
gMode = parseInt(val);
if (gMode == ISS.WALLPAPER_TILE)
if (gMode == ISS.BACKGROUND_TILE)
tileImage();
else if (gMode == ISS.WALLPAPER_STRETCH)
else if (gMode == ISS.BACKGROUND_STRETCH)
stretchImage();
else
centerImage();