This commit is contained in:
ducarroz%netscape.com 1999-03-04 19:43:28 +00:00
Родитель d5a513a814
Коммит 3c2c7d0f7b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -5,7 +5,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onConstruction="StartUp()">
onConstruction="startup()">
<html:style>
#toolbar {
@ -41,7 +41,7 @@
<html:script>
var appCore = null;
function StartUp()
function startup()
{
dump("Compose: StartUp\n");
appCore = XPAppCoresManager.Find("ComposeAppCore");