diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:08:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:08:58 +0200 |
commit | 6843acc9fced3dc1261e019ad4552b6e4c340ec7 (patch) | |
tree | 67d4f85b6b99d49f1ad28aa98fca213b6962fd7d /skins/classic/pngbehavior.htc | |
parent | 9f1652e29e2ed8be815cae4abf42bde989ffeb22 (diff) | |
parent | 6d1253681547343dcffb398a7e485bfb70087b57 (diff) |
Merged changes to skin folders
Diffstat (limited to 'skins/classic/pngbehavior.htc')
-rw-r--r-- | skins/classic/pngbehavior.htc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/pngbehavior.htc b/skins/classic/pngbehavior.htc index fb5f1c8d4..6f892df64 100644 --- a/skins/classic/pngbehavior.htc +++ b/skins/classic/pngbehavior.htc @@ -24,7 +24,7 @@ var supported = /MSIE ((5\.5)|6)/.test(navigator.userAgent) && navigator.platform == "Win32", realSrc, - blankSrc = "skins/default/images/blank.gif", + blankSrc = "program/resources/blank.gif", isPrinting = false; if (supported) fixImage(); |