[dw-free] Negatives lacks a window title
[commit: http://hg.dwscoalition.org/dw-free/rev/063326c472d9]
http://bugs.dwscoalition.org/show_bug.cgi?id=636
Add window title to Negatives.
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=636
Add window title to Negatives.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/negatives/layout.s2
-------------------------------------------------------------------------------- diff -r 4ea60dfab1cc -r 063326c472d9 bin/upgrading/s2layers/negatives/layout.s2 --- a/bin/upgrading/s2layers/negatives/layout.s2 Fri Apr 03 17:02:06 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/layout.s2 Fri Apr 03 17:16:20 2009 +0000 @@ -590,6 +590,7 @@ function Page::print() <head>"""; $this->print_head(); $this->print_stylesheets(); + $this->print_head_title(); println "</head>"; println "<body>"; --------------------------------------------------------------------------------