[dw-free] Fix name of unscreen icon.
[commit: http://hg.dwscoalition.org/dw-free/rev/ae9449e5ee12]
Fix name of unscreen icon.
Patch by
mark.
Files modified:
Fix name of unscreen icon.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/imageconf.pl
-------------------------------------------------------------------------------- diff -r 8224df35861f -r ae9449e5ee12 cgi-bin/imageconf.pl --- a/cgi-bin/imageconf.pl Sun Apr 26 17:54:49 2009 +0000 +++ b/cgi-bin/imageconf.pl Sun Apr 26 18:49:11 2009 +0000 @@ -55,7 +55,7 @@ use vars qw(%img); }; $img{'btn_unscr'} = { - 'src' => '/silk/comments/unscreen/png', + 'src' => '/silk/comments/unscreen.png', 'width' => 16, 'height' => 16, 'alt' => 'img.btn_unscr', --------------------------------------------------------------------------------