Bug 1015634 - Add the statictitle attribute back to the toolkit download manager's <window>; r=mconley

This commit is contained in:
Ehsan Akhgari 2014-05-26 10:15:40 -04:00
parent 0071bc8c80
commit c207dff2f0

View File

@ -25,7 +25,7 @@
<window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="downloadManager" windowtype="Download:Manager"
orient="vertical" title="&downloads.title;"
orient="vertical" title="&downloads.title;" statictitle="&downloads.title;"
width="&window.width2;" height="&window.height;" screenX="10" screenY="10"
persist="width height screenX screenY sizemode"
onload="Startup();" onunload="Shutdown();"