зеркало из https://github.com/mozilla/gecko-dev.git
Drop one tee from the XUL attribute 'contenttitlesettting' - Typo pointed out by brendan when reviewing the patch for bug 76567
This commit is contained in:
Родитель
981ba6c788
Коммит
1d0d6c0021
|
@ -41,7 +41,7 @@
|
|||
onunload="EditorShutdown()"
|
||||
onclose="return EditorCanClose()"
|
||||
onfocus="EditorOnFocus()"
|
||||
contenttitlesettting="true"
|
||||
contenttitlesetting="true"
|
||||
title=""
|
||||
titlemodifier="&textEditorWindow.titlemodifier;"
|
||||
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
onunload="EditorShutdown()"
|
||||
onclose="return EditorCanClose()"
|
||||
onfocus="EditorOnFocus()"
|
||||
contenttitlesettting="true"
|
||||
contenttitlesetting="true"
|
||||
titlemodifier="&editorWindow.titlemodifier;"
|
||||
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
|
||||
windowtype="composer:html"
|
||||
|
|
|
@ -637,7 +637,7 @@ void nsContentTreeOwner::XULWindow(nsXULWindow* aXULWindow)
|
|||
|
||||
if(docShellElement)
|
||||
{
|
||||
docShellElement->GetAttribute(NS_ConvertASCIItoUCS2("contenttitlesettting"), contentTitleSetting);
|
||||
docShellElement->GetAttribute(NS_ConvertASCIItoUCS2("contenttitlesetting"), contentTitleSetting);
|
||||
if(contentTitleSetting.EqualsWithConversion("true"))
|
||||
{
|
||||
mContentTitleSetting = PR_TRUE;
|
||||
|
|
|
@ -46,7 +46,7 @@ Contributor(s): ______________________________________. -->
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Startup()" onunload="Shutdown()"
|
||||
contenttitlesettting="true"
|
||||
contenttitlesetting="true"
|
||||
title="&mainWindow.title;"
|
||||
titlemodifier="&mainWindow.titlemodifier;"
|
||||
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче