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:
rbs%maths.uq.edu.au 2001-05-02 04:33:05 +00:00
Родитель 981ba6c788
Коммит 1d0d6c0021
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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;"